[Buildroot] [git commit] package/lv2: drop optional dependency on libgtk2

Arnout Vandecappelle arnout at rnout.be
Thu Sep 11 20:04:23 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=122d1d1fbd63e775587f58620498276c60fa80cd
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

As we're about to remove libgtk2, let's drop the optional dependency
of lv2 on libgtk2.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Signed-off-by: Arnout Vandecappelle <arnout at rnout.be>
---
 package/lv2/lv2.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/lv2/lv2.mk b/package/lv2/lv2.mk
index 2dde9b907c..cef90d13f0 100644
--- a/package/lv2/lv2.mk
+++ b/package/lv2/lv2.mk
@@ -24,10 +24,6 @@ ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
 LV2_DEPENDENCIES += libsndfile
 endif
 
-ifeq ($(BR2_PACKAGE_LIBGTK2),y)
-LV2_DEPENDENCIES += libgtk2
-endif
-
 ifeq ($(BR2_STATIC_LIBS),y)
 LV2_CONF_OPTS += -Dplugins=disabled
 endif


More information about the buildroot mailing list