summaryrefslogtreecommitdiff
path: root/package/libcec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libcec/Makefile')
-rw-r--r--package/libcec/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libcec/Makefile b/package/libcec/Makefile
index b922859d4..1931d49ff 100644
--- a/package/libcec/Makefile
+++ b/package/libcec/Makefile
@@ -1,7 +1,7 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
-include $(TOPDIR)/rules.mk
+include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= libcec
PKG_VERSION:= 2.1.4
@@ -22,7 +22,7 @@ PKG_BUILDDEP_RASPBERRY_PI:= bcm2835-vc
PKG_SYSTEM_DEPENDS:= raspberry-pi ibm-x40
PKG_LIBC_DEPENDS:= glibc musl
-include $(TOPDIR)/mk/package.mk
+include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBCEC,libcec,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
@@ -41,4 +41,4 @@ libcec-install:
$(INSTALL_BIN) $(WRKINST)/usr/bin/cec-client \
$(IDIR_LIBCEC)/usr/bin
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk