]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
xrandr: Update package to be built with the new version of the buildsystem.
authorSchantl Stefan <Stevee@ipfire.org>
Sat, 11 Sep 2010 21:19:37 +0000 (23:19 +0200)
committerSchantl Stefan <Stevee@ipfire.org>
Sat, 11 Sep 2010 21:19:37 +0000 (23:19 +0200)
pkgs/core/xrandr/xrandr.nm

index f8074bc800a6a4a0687b4d5a3814b42ab58c5486..cedb0d605ea2fc02baca666b630e1971da6c9de2 100644 (file)
@@ -34,7 +34,7 @@ PKG_URL        = http://www.x.org/
 PKG_LICENSE    = MIT
 PKG_SUMMARY    = Primitive command line interface to RandR extension.
 
-PKG_DEPS      += libX11 libXrandr libXrender
+PKG_BUILD_DEPS+= libX11-devel libXrandr-devel libXrender-devel pkg-config
 
 define PKG_DESCRIPTION
        Xrandr is used to set the screen size, orientation and/or \
@@ -42,3 +42,8 @@ define PKG_DESCRIPTION
 endef
 
 PKG_TARBALL    = $(THISAPP).tar.bz2
+
+# Remove xkeystone, it has a bad interpreter and we don't need it.
+define STAGE_INSTALL_CMDS
+       rm -vf $(BUILDROOT)/usr/bin/xkeystone
+endef