mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
wireshark: fix libgtk2 dependency typo
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
cdf47aff42
commit
638f0a817c
@@ -32,7 +32,7 @@ WIRESHARK_CONF_OPTS += --with-gtk=3
|
||||
WIRESHARK_DEPENDENCIES += libgtk3
|
||||
else ifeq ($(BR2_PACKAGE_LIBGTK2),y)
|
||||
WIRESHARK_CONF_OPTS += --with-gtk=2
|
||||
WIRESHARK_DEPENDECIES += libgtk2
|
||||
WIRESHARK_DEPENDENCIES += libgtk2
|
||||
else
|
||||
WIRESHARK_CONF_OPTS += --with-gtk=no
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user