Use less epoxy external headers dependency
Change-Id: If5d4e5a65a0fcea6bd67cdba48742f6aaec0811d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156556 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
This commit is contained in:
parent
c794cc61cd
commit
c17d369230
13 changed files with 0 additions and 26 deletions
|
@ -41,10 +41,6 @@ $(eval $(call gb_Library_add_exception_objects,avmedia,\
|
|||
|
||||
ifneq (,$(filter AVMEDIA,$(BUILD_TYPE)))
|
||||
|
||||
$(eval $(call gb_Library_use_externals,avmedia,\
|
||||
epoxy \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_componentfile,avmedia,avmedia/util/avmedia,services))
|
||||
|
||||
$(eval $(call gb_Library_use_libraries,avmedia,\
|
||||
|
|
|
@ -27,7 +27,6 @@ $(eval $(call gb_Library_set_precompiled_header,chartcore,chart2/inc/pch/precomp
|
|||
|
||||
$(eval $(call gb_Library_use_externals,chartcore,\
|
||||
boost_headers \
|
||||
epoxy \
|
||||
libxml2 \
|
||||
))
|
||||
|
||||
|
|
|
@ -71,7 +71,6 @@ $(eval $(call gb_Library_use_externals,cui,\
|
|||
boost_headers \
|
||||
$(call gb_Helper_optional,OPENCL,\
|
||||
clew) \
|
||||
epoxy \
|
||||
icuuc \
|
||||
icu_headers \
|
||||
libxml2 \
|
||||
|
|
|
@ -25,7 +25,6 @@ $(eval $(call gb_Library_set_precompiled_header,slideshow,slideshow/inc/pch/prec
|
|||
$(eval $(call gb_Library_use_externals,slideshow,\
|
||||
boost_headers \
|
||||
box2d \
|
||||
epoxy \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_add_defs,slideshow,\
|
||||
|
|
|
@ -87,7 +87,6 @@ $(eval $(call gb_Library_use_libraries,svxcore,\
|
|||
|
||||
$(eval $(call gb_Library_use_externals,svxcore,\
|
||||
boost_headers \
|
||||
epoxy \
|
||||
icuuc \
|
||||
icu_headers \
|
||||
libxml2 \
|
||||
|
|
|
@ -23,7 +23,6 @@ $(eval $(call gb_Library_set_componentfile,tk,toolkit/util/tk,services))
|
|||
|
||||
$(eval $(call gb_Library_use_externals,tk,\
|
||||
boost_headers \
|
||||
epoxy \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_include,tk,\
|
||||
|
|
|
@ -22,7 +22,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,vcl_bitmap_test, \
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_externals,vcl_bitmap_test,\
|
||||
boost_headers \
|
||||
epoxy \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_set_include,vcl_bitmap_test,\
|
||||
|
|
|
@ -15,7 +15,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,vcl_svm_test, \
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_externals,vcl_svm_test,\
|
||||
boost_headers \
|
||||
epoxy \
|
||||
libxml2 \
|
||||
))
|
||||
|
||||
|
|
|
@ -9,12 +9,6 @@
|
|||
|
||||
$(eval $(call gb_Executable_Executable,icontest))
|
||||
|
||||
ifeq ($(DISABLE_GUI),)
|
||||
$(eval $(call gb_Executable_use_externals,icontest,\
|
||||
epoxy \
|
||||
))
|
||||
endif
|
||||
|
||||
$(eval $(call gb_Executable_add_defs,icontest,\
|
||||
-DVCL_INTERNALS \
|
||||
))
|
||||
|
|
|
@ -63,7 +63,6 @@ $(eval $(call gb_Executable_use_libraries,lo_kde5filepicker,\
|
|||
))
|
||||
|
||||
$(eval $(call gb_Executable_use_externals,lo_kde5filepicker,\
|
||||
epoxy \
|
||||
qt5 \
|
||||
kf5 \
|
||||
dbus \
|
||||
|
|
|
@ -15,12 +15,6 @@ $(eval $(call gb_Executable_use_api,vcldemo,\
|
|||
udkapi \
|
||||
))
|
||||
|
||||
ifeq ($(DISABLE_GUI),)
|
||||
$(eval $(call gb_Executable_use_externals,vcldemo,\
|
||||
epoxy \
|
||||
))
|
||||
endif
|
||||
|
||||
$(eval $(call gb_Executable_add_defs,vcldemo,\
|
||||
-DVCL_INTERNALS \
|
||||
))
|
||||
|
|
|
@ -79,7 +79,6 @@ $(eval $(call gb_Library_use_libraries,vclplug_gtk3_kde5,\
|
|||
$(eval $(call gb_Library_use_externals,vclplug_gtk3_kde5,\
|
||||
boost_headers \
|
||||
boost_filesystem \
|
||||
epoxy \
|
||||
dbus \
|
||||
graphite \
|
||||
harfbuzz \
|
||||
|
|
|
@ -74,7 +74,6 @@ $(eval $(call gb_Library_use_libraries,vclplug_gtk4,\
|
|||
|
||||
$(eval $(call gb_Library_use_externals,vclplug_gtk4,\
|
||||
boost_headers \
|
||||
epoxy \
|
||||
dbus \
|
||||
graphite \
|
||||
harfbuzz \
|
||||
|
|
Loading…
Reference in a new issue