[hamster-applet] require gnome-keybindings package to know where to put the keybindings file
- From: Toms Baugis <tbaugis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hamster-applet] require gnome-keybindings package to know where to put the keybindings file
- Date: Sun, 15 Aug 2010 18:05:17 +0000 (UTC)
commit 66bcd9c89123c0858d36970125abf26cf56efbf8
Author: Toms Bauģis <toms baugis gmail com>
Date: Sun Aug 15 19:04:38 2010 +0100
require gnome-keybindings package to know where to put the keybindings file
wscript | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/wscript b/wscript
index 5d2e45b..a645422 100644
--- a/wscript
+++ b/wscript
@@ -12,10 +12,9 @@ def configure(conf):
conf.check_python_version((2,4,2))
conf.check_tool('gnome intltool dbus')
+ conf.check_cfg(package='gnome-keybindings', variables='keysdir', mandatory=True)
conf.define('ENABLE_NLS', 1)
-
-
conf.define('HAVE_BIND_TEXTDOMAIN_CODESET', 1)
conf.define('VERSION', VERSION)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]