summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-08-21 01:09:12 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-08-21 01:09:12 +0200
commit0ef865bb301954df86b87cd1978ca711c01e71d5 (patch)
tree56b63932d56927b3937e95e70fe4f1d57363bcad /SConstruct
parentf156f9a4f120a055b023ce8e60fac3012e0c185f (diff)
Added the basics for local control commands.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index f85f2a3..44efee8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -15,6 +15,7 @@ else:
env.ParseConfig('pkg-config --cflags --libs glib-2.0')
env.ParseConfig('pkg-config --cflags --libs gio-2.0')
+env.ParseConfig('pkg-config --cflags --libs gio-unix-2.0')
env.ParseConfig('pkg-config --cflags --libs libmpg123')
env.ParseConfig('pkg-config --cflags --libs id3tag')