gtktiledviewer needs gtk3 not gtk2
Change-Id: Iede2008139cb570ff65202762e92f6694548a065
This commit is contained in:
parent
a998217202
commit
e451b03e8c
1 changed files with 2 additions and 2 deletions
|
@ -68,13 +68,13 @@ $(eval $(call gb_Helper_register_executables,NONE, \
|
|||
svptest \
|
||||
svpclient \
|
||||
pixelctl ) \
|
||||
$(if $(and $(ENABLE_GTK), $(filter LINUX %BSD SOLARIS,$(OS))), tilebench) \
|
||||
$(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), tilebench) \
|
||||
$(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)),icontest \
|
||||
outdevgrind) \
|
||||
vcldemo \
|
||||
tiledrendering \
|
||||
mtfdemo \
|
||||
$(if $(and $(ENABLE_GTK), $(filter LINUX %BSD SOLARIS,$(OS))), gtktiledviewer) \
|
||||
$(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), gtktiledviewer) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
|
||||
|
|
Loading…
Reference in a new issue