summaryrefslogtreecommitdiff
path: root/package/xorg-server
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-09-14 19:04:46 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-09-14 19:04:46 +0200
commit05d0076d97ed69a531df1aa5cde3a1e6ed17f922 (patch)
treee605e2d5de96fe9afe7ad8724fe57e9e5c5417e1 /package/xorg-server
parenta2e96ddb9519a2f40857f11501b88e465d25082d (diff)
replace mksh scripts with faster C programs
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
Diffstat (limited to 'package/xorg-server')
-rw-r--r--package/xorg-server/Makefile25
1 files changed, 11 insertions, 14 deletions
diff --git a/package/xorg-server/Makefile b/package/xorg-server/Makefile
index cf009036e..351d96371 100644
--- a/package/xorg-server/Makefile
+++ b/package/xorg-server/Makefile
@@ -9,27 +9,24 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= ba0360b4ec1f6e541b264e45906bf5f2
PKG_DESCR:= Xorg server
PKG_SECTION:= x11/server
-PKG_DEPENDS:= libopenssl libxfont pixman libpciaccess libxkbfile \
- libfontenc xkeyboard-config xkbcomp libxau libxaw \
- libxmu libxpm libxrender libxt libxxf86dga libxext \
- libxdmcp libxv libsm libice libx11
-PKG_BUILDDEP+= libX11 randrproto renderproto fixesproto damageproto \
- scrnsaverproto resourceproto fontsproto videoproto \
- compositeproto evieext libxkbfile libXfont pixman \
- libpciaccess openssl xf86dgaproto
-ifeq (${ADK_PACKAGE_XORG_SERVER_WITH_DRI},y)
-PKG_BUILDDEP+= xf86driproto glproto dri2proto MesaLib
-endif
-PKG_URL:= http://www.x.org
+PKG_DEPENDS:= libopenssl libxfont pixman libpciaccess libxkbfile
+PKG_DEPENDS+= libfontenc xkeyboard-config xkbcomp libxau libxaw
+PKG_DEPENDS+= libxmu libxpm libxrender libxt libxxf86dga libxext
+PKG_DEPENDS+= libxdmcp libxv libsm libice libx11
+PKG_BUILDDEP:= libX11 randrproto renderproto fixesproto damageproto
+PKG_BUILDDEP+= scrnsaverproto resourceproto fontsproto videoproto
+PKG_BUILDDEP+= compositeproto evieext libxkbfile libXfont pixman
+PKG_BUILDDEP+= libpciaccess openssl xf86dgaproto
+PKG_URL:= http://www.x.org/
PKG_SITES:= http://xorg.freedesktop.org/archive/individual/xserver/
PKG_TARGET_DEPENDS:= !foxboard
-
-CFLINE_XORG_SERVER:= depends on ADK_TARGET_WITH_VGA
+PKG_CFLINE_XORG_SERVER:=depends on ADK_TARGET_WITH_VGA
PKG_FLAVOURS:= WITH_DRI
PKGFS_WITH_DRI:= mesalib
PKGFD_WITH_DRI:= enable DRI/DRI2 support
+PKGFB_WITH_DRI:= xf86driproto glproto dri2proto MesaLib
include $(TOPDIR)/mk/package.mk