diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-13 16:02:30 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 71ed0c5339fa49a71d202f66921980a526f59e32 (patch) | |
tree | d461740d127a1626a6eb88dce1fce951f6d5cb86 /audio/ngjackspa/ngjackspa.SlackBuild | |
parent | c6a2f7b06db62820600b70ca48e2ef6432cd9525 (diff) |
audio/ngjackspa: Enabled gtkmm interface by default
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/ngjackspa/ngjackspa.SlackBuild')
-rw-r--r-- | audio/ngjackspa/ngjackspa.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ngjackspa/ngjackspa.SlackBuild b/audio/ngjackspa/ngjackspa.SlackBuild index 82ba7a3985b4d..15563e919d1af 100644 --- a/audio/ngjackspa/ngjackspa.SlackBuild +++ b/audio/ngjackspa/ngjackspa.SlackBuild @@ -54,7 +54,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # build options -GTKMM="${GTKMM:-no}" +GTKMM="${GTKMM:-yes}" QT="${QT:-yes}" # dike out the parts the user disabled |