Reviewed by Mark Rowe.
Set CONFIG option for the window system GTK+ is using
* WebKit.pri:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28107
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
+
+ Reviewed by Mark Rowe.
+
+ Set CONFIG option for the window system GTK+ is using
+
+ * WebKit.pri:
+
2007-11-22 Alp Toker <alp@atoker.com>
GTK+ build fix. Pass a correct LIBDIR value.
directfb: PKGCONFIG += cairo-directfb gtk+-directfb-2.0
else: PKGCONFIG += cairo gtk+-2.0
+ # Set a CONFIG flag for the GTK+ target (x11, quartz, win32, directfb)
+ CONFIG += $$system(pkg-config --variable=target $$PKGCONFIG)
+
# We use the curl http backend on all platforms
PKGCONFIG += libcurl