From: Debian LibreOffice Maintainers Date: Sat, 25 Mar 2023 13:04:55 +0000 (+0000) Subject: fix-bluez-external X-Git-Tag: archive/raspbian/1%7.0.4-4+rpi1+deb11u6^2~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0ff4960e00337c369bb0e76ab257fc6a4bd26d95;p=libreoffice.git fix-bluez-external Gbp-Pq: Name fix-bluez-external.diff --- diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 43b168be8d8..67ecf25c728 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -99,7 +99,6 @@ $(eval $(call gb_Library_use_libraries,sd,\ )) $(eval $(call gb_Library_use_externals,sd,\ - bluez_bluetooth_headers \ boost_headers \ libxml2 \ dbus \ @@ -576,6 +575,10 @@ $(eval $(call gb_Library_add_defs,sd,\ -DENABLE_SDREMOTE_BLUETOOTH \ )) +$(eval $(call gb_Library_use_externals,sd,\ + bluez_bluetooth_headers \ +)) + endif # ENABLE_SDREMOTE_BLUETOOTH=TRUE endif # ENABLE_SDREMOTE=TRUE