From: Schantl Stefan Date: Sat, 11 Sep 2010 21:19:37 +0000 (+0200) Subject: xrandr: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26beee3016baec3f93e956a6b7e937d55ce5c513;p=ipfire-3.x.git xrandr: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/xrandr/xrandr.nm b/pkgs/core/xrandr/xrandr.nm index f8074bc80..cedb0d605 100644 --- a/pkgs/core/xrandr/xrandr.nm +++ b/pkgs/core/xrandr/xrandr.nm @@ -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