* update build system
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
include $(top_srcdir)/gtest.mk
|
||||
|
||||
# only build widgets if we have webkit
|
||||
if HAVE_WEBKIT
|
||||
if BUILD_WIDGETS
|
||||
widgets=widgets
|
||||
else
|
||||
widgets=
|
||||
|
||||
@ -24,7 +24,7 @@ SUBDIRS += mug
|
||||
endif
|
||||
|
||||
# for mug2, we need webkit
|
||||
if HAVE_WEBKIT
|
||||
if BUILD_WIDGETS
|
||||
SUBDIRS += mug2
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user