summaryrefslogtreecommitdiff
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
parentb1ee4992c075abb6629306b4bced4a7bd8ae45c4 (diff)
downloadelementary-xfce-5b5526b5c415c5312b3f94dbdb45c9d170575a5a.tar.gz
Build with gtk3. Make unknown configure options non-fatal. Remove Makefile on clean.
-rwxr-xr-xMakefile.in1
-rwxr-xr-xconfigure2
-rw-r--r--svgtopng/Makefile2
3 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 56697f78..20beec2d 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -45,4 +45,5 @@ builddir:
clean:
rm -rf ./build
+ rm -rf ./Makefile
rm -rf ./svgtopng/svgtopng
diff --git a/configure b/configure
index 8a2d27d9..4054edae 100755
--- a/configure
+++ b/configure
@@ -19,8 +19,6 @@ while [ $# -gt 0 ]; do
;;
*)
echo "Unknown option $1"
- help
- exit 1
;;
esac
shift
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)