From bfd3c8ee39577ee23e816b2aa1337e150d5ed080 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 12 Mar 2010 02:54:57 +0000 Subject: fix patches --- gnome-panel-libs.patch | 2 +- gnome-panel.spec | 2 +- 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} -- cgit