1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../fast-user-switch-applet/compile-fix.patch
5 # Copyright (C) 2009 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 diff -NrU5 fast-user-switch-applet-2.24.0.orig/configure.ac fast-user-switch-applet-2.24.0/configure.ac
18 --- fast-user-switch-applet-2.24.0.orig/configure.ac 2009-05-26 18:19:14.000000000 +0200
19 +++ fast-user-switch-applet-2.24.0/configure.ac 2009-05-26 18:22:55.000000000 +0200
21 GLIB_REQUIRED_VERSION=2.15.3
23 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION
24 libpanelapplet-2.0 >= $PANEL_REQUIRED_VERSION
25 libglade-2.0 >= $GLADE_REQUIRED_VERSION
26 - gio-2.0 >= $GLIB_REQUIRED_VERSION)
27 + gio-2.0 >= $GLIB_REQUIRED_VERSION
29 AC_SUBST(APPLET_CFLAGS)
32 AC_CHECK_FUNCS([setresuid setenv unsetenv clearenv])