diff options
Diffstat (limited to 'packages/xfce/exo_0.3.4.bb')
-rw-r--r-- | packages/xfce/exo_0.3.4.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/xfce/exo_0.3.4.bb b/packages/xfce/exo_0.3.4.bb index 49ab44582c..17ea87d3d3 100644 --- a/packages/xfce/exo_0.3.4.bb +++ b/packages/xfce/exo_0.3.4.bb @@ -4,8 +4,12 @@ inherit xfce XFCE_VERSION = 4.4.2 SRC_URI += " file://configure.patch;patch=1" +SRC_URI += " file://exo-no-tests.patch;patch=1" # Note: Python checking is broken +do_configure_prepend() { + sed -i -e s:'`$PKG_CONFIG --variable=defsdir pygtk-2.0`':\"${STAGING_DATADIR}/pygtk/2.0/defs\":g ${S}/configure.in +} do_stage() { autotools_stage_all |