summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-05-26 15:18:04 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-05-26 15:18:04 +0000
commitb91e1f3605a5845b532a02620e12e3402c4785a5 (patch)
tree0034e2ac2488d822191c1a51300d9606dbe2db81 /libs/gtkmm2ext/wscript
parent696837ec7a86046ce43dc61fedd4b6de560fc06d (diff)
generate knob pixbufs at run time but draw from the pixbufs; remove mfimg utility and existing knob icon png files
git-svn-id: svn://localhost/ardour2/branches/3.0@7166 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/gtkmm2ext/wscript')
-rw-r--r--libs/gtkmm2ext/wscript10
1 files changed, 0 insertions, 10 deletions
diff --git a/libs/gtkmm2ext/wscript b/libs/gtkmm2ext/wscript
index 30e4400056..dc8dbff76f 100644
--- a/libs/gtkmm2ext/wscript
+++ b/libs/gtkmm2ext/wscript
@@ -91,16 +91,6 @@ def build(bld):
else:
obj.source += ['gtkapplication_x11.c']
- mfimg = bld.new_task_gen(features = 'cc cxx cprogram')
- mfimg.source = 'mfimg.cc'
- mfimg.export_incdirs = ['.']
- mfimg.includes = ['.']
- mfimg.name = 'mfimg'
- mfimg.target = 'mfimg'
- mfimg.uselib = 'GTKMM GTK GTKOSX OSX GDK'
- mfimg.uselib_local = 'libpbd libgtkmm2ext'
- mfimg.ldflags = [ '-lpthread', '-lrt', '-lsndfile' ]
-
def shutdown():
autowaf.shutdown()