mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:46:45 -09:00
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:
parent
d2a861a861
commit
122d1d1fbd
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue