summaryrefslogtreecommitdiff
path: root/svgtopng
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2018-08-25 05:37:54 -0400
committerSimon Steinbeiß <simon.steinbeiss@elfenbeinturm.at>2018-08-27 23:57:09 +0200
commit5b5526b5c415c5312b3f94dbdb45c9d170575a5a (patch)
treec2111be01f395168d40878b8a55e2af5fd3dff26 /svgtopng
parentb1ee4992c075abb6629306b4bced4a7bd8ae45c4 (diff)
downloadelementary-xfce-5b5526b5c415c5312b3f94dbdb45c9d170575a5a.tar.gz
Build with gtk3. Make unknown configure options non-fatal. Remove Makefile on clean.
Diffstat (limited to 'svgtopng')
-rw-r--r--svgtopng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgtopng/Makefile b/svgtopng/Makefile
index 0bd90900..78521f3d 100644
--- a/svgtopng/Makefile
+++ b/svgtopng/Makefile
@@ -7,7 +7,7 @@ all: svgtopng
svgtopng:
gcc -Wall -Werror -O0 -pipe \
svgtopng.c -o svgtopng \
- `pkg-config --libs --cflags gtk+-2.0` \
+ `pkg-config --libs --cflags gtk+-3.0` \
`pkg-config --libs --cflags gdk-pixbuf-2.0`
convert: svgtopng | $(ICONDIR)