diff options
Diffstat (limited to 'recipes/gnome/gnome-doc-utils.inc')
-rw-r--r-- | recipes/gnome/gnome-doc-utils.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gnome/gnome-doc-utils.inc b/recipes/gnome/gnome-doc-utils.inc index ff62257aa8..8858dac05d 100644 --- a/recipes/gnome/gnome-doc-utils.inc +++ b/recipes/gnome/gnome-doc-utils.inc @@ -1,11 +1,11 @@ LICENSE = "GPL LGPL" DEPENDS = "libxml2 libxslt libxslt-native" -PR = "r1" +INC_PR = "r2" inherit gnome -EXTRA_OECONF = "--disable-scrollkeeper" +EXTRA_OECONF = "--disable-scrollkeeper ac_cv_path_PYTHON=${bindir}/python" do_stage() { mkdir -p ${STAGING_DATADIR}/xml/gnome/xslt/ |