diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-07-09 23:25:22 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-29 23:31:35 -0500 |
commit | dc418d20d5450b2e51f0af0459be5ee71872d610 (patch) | |
tree | b0d009e20176f358fc79a2b3fa210dda1d3a012d /libraries/gmtk/README | |
parent | fde69dfe4b535dab91eaef87f0a89458b6cb627b (diff) | |
download | slackbuilds-dc418d20d5450b2e51f0af0459be5ee71872d610.tar.gz |
libraries/gmtk: Use dconf instead of gconf
Since dconf is GConf's replacement, and it's shipped in
Slackware 14.1, we should use it.
Whether we should switch this to use gtk3 is another
issue entirely :-)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/gmtk/README')
-rw-r--r-- | libraries/gmtk/README | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libraries/gmtk/README b/libraries/gmtk/README index 3fe8a99e02..14860b86d1 100644 --- a/libraries/gmtk/README +++ b/libraries/gmtk/README @@ -9,7 +9,3 @@ other applications. Those widgets are gmtk_audio_meter - a audio visualization tool gmtk_output_combobox - a widget for selecting audio outputs (alsa and pulse compatible) - -It uses GConf to save its setting, but it can use the optional -dependency dconf for it: in this case pass the switch DCONF="YES" -to the script. |