summaryrefslogtreecommitdiffstats
path: root/gnome-panel-libs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-panel-libs.patch')
-rw-r--r--gnome-panel-libs.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-panel-libs.patch b/gnome-panel-libs.patch
index 9d0b7be..2d53d21 100644
--- a/gnome-panel-libs.patch
+++ b/gnome-panel-libs.patch
@@ -15,7 +15,7 @@ diff -up gnome-panel-2.29.92.1/configure.in.libs gnome-panel-2.29.92.1/configure
-else
- have_randr=no
-fi
-+PKG_CHECK_MODULES(xrandr >= 1.2.0, [
++PKG_CHECK_MODULES(XRANDR, xrandr >= 1.2.0, [
+ AC_DEFINE(HAVE_RANDR, 1, [Have the Xrandr extension library])
+ have_randr=yes
+ X_LIBS="$X_LIBS $XRANDR_LIBS"