Adding a bunch of apps from diablo and garage
[oespirit1] / glib-2.0 / glib-2.0.inc
1
2 python () {
3     import bb
4     if bb.data.getVar("USE_NLS", d, 1) == "no":
5         raise bb.parse.SkipPackage("${PN} requires native language support.")
6 }