[Lunar-commits] <moonbase> xfce4-xkb-plugin: fix the compile with the ne libxklavier 4.0 version.

Florin Braescu florin at lunar-linux.org
Wed Feb 17 10:14:11 CET 2010


commit 915f5ab7902817f60e65c262f0d7ca3fbd709e9c
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Feb 17 11:14:11 2010 +0200

    xfce4-xkb-plugin: fix the compile with the ne libxklavier 4.0 version.
---
 xfce4/goodies/xfce4-xkb-plugin/BUILD |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/xfce4/goodies/xfce4-xkb-plugin/BUILD b/xfce4/goodies/xfce4-xkb-plugin/BUILD
index 12e8e69..f55047c 100644
--- a/xfce4/goodies/xfce4-xkb-plugin/BUILD
+++ b/xfce4/goodies/xfce4-xkb-plugin/BUILD
@@ -1,12 +1,14 @@
 (
    [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
 
+  sedit "s:xkl_config_registry_load (registry):xkl_config_registry_load (registry, TRUE):" panel-plugin/xkb-config.c  &&
+
    # make sure proper PKG_CONFIG_PATH is set
-   export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+   export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}"  &&
 
-   ./configure  --build=$BUILD                                        \
-                --prefix=${MODULE_PREFIX}        \
-                $OPTS                                           &&
+   ./configure  --build=$BUILD             \
+                --prefix=${MODULE_PREFIX}  \
+                $OPTS                     &&
 
    default_make
 


More information about the Lunar-commits mailing list