package/lv2: drop optional dependency on libgtk2

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
Thomas Petazzoni 2025-09-10 23:32:20 +02:00 committed by Arnout Vandecappelle
commit 122d1d1fbd

View file

@ -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