]> git.saurik.com Git - cycript.git/blobdiff - Linux.mk
Attempting to better abstract FreeBSD.
[cycript.git] / Linux.mk
index 80fe9393534fc96753db53383d633ece3db3d4a2..87d0af4bfc77d97f30530dc15fe785982cf9cf6c 100644 (file)
--- a/Linux.mk
+++ b/Linux.mk
@@ -1,13 +1 @@
-export PATH := /usr/local/bin:$(PATH)
-
-ifneq ($(shell pkg-config webkit-1.0 --modversion 2>/dev/null),)
-flags += $(shell pkg-config --cflags webkit-1.0)
-library += -lwebkit-1.0
-include Execute.mk
-else
-ifneq ($(shell pkg-config WebKitGtk --modversion 2>/dev/null),)
-flags += $(shell pkg-config --cflags WebKitGtk)
-library += $(shell pkg-config --libs WebKitGtk)
-include Execute.mk
-endif
-endif
+include PkgConfig.mk