summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnome-panel-libs.patch2
-rw-r--r--gnome-panel.spec2
2 files changed, 2 insertions, 2 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"
diff --git a/gnome-panel.spec b/gnome-panel.spec
index 894a6a8..664464a 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -173,7 +173,7 @@ Panel Applets using the libpanel-applet library.
%patch43 -p1 -b .panel-padding
%patch45 -p1 -b .icon-padding
%patch47 -p1 -b .fix-clock-crash
-%patch48 -p1 -b .libss
+%patch48 -p1 -b .libs
. %{SOURCE6}