]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
xorg-x11-server: Fix build dependencies.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 27 Feb 2011 20:18:23 +0000 (21:18 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 27 Feb 2011 20:18:23 +0000 (21:18 +0100)
pkgs/core/xorg-x11-server/xorg-x11-server.nm

index 73f10f561eb7d51d61906afd369f9fff3496d8bc..27c8f221395aec98e3fb5721164fd3f1b1fe03ea 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = xorg-x11-server
 PKG_VER        = 1.8.2
-PKG_REL        = 1
+PKG_REL        = 2
 
 PKG_MAINTAINER = Stefan Schantl <stefan.schantl@ipfire.org>
 PKG_GROUP      = X/Server
@@ -46,6 +46,7 @@ PKG_DEPS      += mesa pixman udev xkeyboard-config xorg-x11-fonts xorg-x11-font-
        xorg-x11-xkb-utils
 
 PKG_PACKAGES  += $(PKG_NAME)-devel
+PKG_DEPS-$(PKG_NAME)-devel += libpciaccess-devel pixman-devel
 
 define PKG_DESCRIPTION
        X.org X11 is an open source implementation of the X Window System. \