Skip to content

Commit f2fde3c

Browse files
Gerry546OldManYellsAtCloud
authored andcommitted
Move x11 dependencies to separate append
1 parent b415e04 commit f2fde3c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

meta-firefox/classes/mozilla.bbclass

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
SECTION = "x11/utils"
2-
DEPENDS:append = " gnu-config-native virtual/libintl libxt libxi zip-native gtk+ "
2+
DEPENDS:append = " gnu-config-native virtual/libintl \
3+
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxt libxi', '', d)} \
4+
zip-native \
5+
"
6+
37

48
inherit pkgconfig cargo
59

0 commit comments

Comments
 (0)