From: Debian LibreOffice Maintainers Date: Sun, 10 Oct 2021 10:37:28 +0000 (+0100) Subject: fix-bluez-external X-Git-Tag: archive/raspbian/1%7.0.4-4+rpi1+deb11u1^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1f2e15af030af3eb5fcad7d61bdce1949dea3ae2;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