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