summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2016-04-17 13:05:59 +0000
committerEduard Braun <eduard.braun2@gmx.de>2016-04-17 13:05:59 +0000
commitfd7cd4f5ee747d716599c76072e3463a66bacf60 (patch)
treec8a14503b9411526e37ea61dffc603eafa91fd14 /build.xml
parentvarious filter editor fixes (diff)
downloadinkscape-fd7cd4f5ee747d716599c76072e3463a66bacf60.tar.gz
inkscape-fd7cd4f5ee747d716599c76072e3463a66bacf60.zip
btool: exlude 'image-menu-item.c' from gtk2 builds
Fixed bugs: - https://launchpad.net/bugs/1571282 (bzr r14857)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 0705f4f82..a1cd2111b 100644
--- a/build.xml
+++ b/build.xml
@@ -343,6 +343,7 @@
<exclude name="svg/test-svg-main.cpp"/>
<exclude name="util/list-container-test.cpp"/>
<exclude name="widgets/test-widgets.cpp"/>
+ <exclude name="widgets/image-menu-item.c"/>
<exclude name="xml/quote-test.cpp"/>
<exclude name="xml/repr-action-test.cpp"/>
<exclude name="xml/test-xml.cpp"/>