summaryrefslogtreecommitdiff
path: root/package/xorg-server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/xorg-server/Makefile')
-rw-r--r--package/xorg-server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/xorg-server/Makefile b/package/xorg-server/Makefile
index 68014fa22..17fd09a5c 100644
--- a/package/xorg-server/Makefile
+++ b/package/xorg-server/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:= xorg-server
PKG_VERSION:= 1.15.1
@@ -42,7 +42,7 @@ PKGCD_WITH_CRYPTO:= use openssl libcrypto for SHA1
PKGCS_WITH_CRYPTO:= libopenssl
PKGCB_WITH_CRYPTO:= openssl
-include $(TOPDIR)/mk/package.mk
+include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,XORG_SERVER,xorg-server,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
@@ -129,4 +129,4 @@ endif
$(CP) ${WRKINST}/usr/share/aclocal/xorg-server.m4 \
$(STAGING_HOST_DIR)/usr/share/aclocal
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk