]> git.saurik.com Git - cycript.git/blame - WebKit.mk
Better version checking for bison, flex, and gperf that falls through to other versio...
[cycript.git] / WebKit.mk
CommitLineData
3f325e00
JF
1ifneq ($(shell pkg-config webkit-1.0 --modversion 2>/dev/null),)
2flags += $(shell pkg-config --cflags webkit-1.0)
107e5814 3library += $(shell pkg-config --libs webkit-1.0)
3f325e00
JF
4include Execute.mk
5else
6ifneq ($(shell pkg-config WebKitGtk --modversion 2>/dev/null),)
7flags += $(shell pkg-config --cflags WebKitGtk)
8library += $(shell pkg-config --libs WebKitGtk)
9include Execute.mk
10endif
11endif