aboutsummaryrefslogtreecommitdiffstats
path: root/packages/glib-2.0/glib-2.0.inc
blob: c8bde21cf24c62b97b22d57c1645a135cf0ca180 (plain)
1
2
3
4
5
python () {
    if bb.data.getVar("USE_NLS", d, 1) == "no":
        raise bb.parse.SkipPackage("${PN} requires native language support.")
}