projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdf47af
)
wireshark: fix libgtk2 dependency typo
author
Peter Seiderer
<ps.report@gmx.net>
Tue, 18 Oct 2016 18:05:39 +0000
(20:05 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 18 Oct 2016 20:12:57 +0000
(22:12 +0200)
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/wireshark/wireshark.mk
patch
|
blob
|
history
diff --git
a/package/wireshark/wireshark.mk
b/package/wireshark/wireshark.mk
index 8dc72da940d72d0c3d0b7834af1aff5c8572a7a6..9cd92c48798291bcd12e394d92a8d33b88c9882c 100644
(file)
--- a/
package/wireshark/wireshark.mk
+++ b/
package/wireshark/wireshark.mk
@@
-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_DEPENDE
N
CIES += libgtk2
else
WIRESHARK_CONF_OPTS += --with-gtk=no
endif