diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 13:26:06 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 13:26:06 +0000 |
commit | ad4192d3f44206460eab2ebeeadf65776f98cfea (patch) | |
tree | b85be5e8412feddbe0e482e69cf07e0fafe07b11 /packages/motion | |
parent | 52a8aa712d2a391082505407bdde6a721de44286 (diff) |
enca, motion, iperf, gdk-pixbuf, gtk+-directfb, python-sword: Use staging prefix/exec_prefix
Diffstat (limited to 'packages/motion')
-rw-r--r-- | packages/motion/motion_3.2.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/motion/motion_3.2.9.bb b/packages/motion/motion_3.2.9.bb index 1010e7f046..f5f5b62708 100644 --- a/packages/motion/motion_3.2.9.bb +++ b/packages/motion/motion_3.2.9.bb @@ -16,4 +16,4 @@ inherit autotools EXTRA_OECONF = " --with-ffmpeg=${STAGING_LIBDIR} \ --with-mysql-lib=${STAGING_LIBDIR} \ --with-mysql-include=${STAGING_INCDIR}/mysql \ - --with-pgsql=${STAGING_DIR} " + --with-pgsql=${STAGING_DIR_HOST}${layout_exec_prefix} " |