diff options
Diffstat (limited to 'packages/libsdl/libsdl-x11_1.2.7.bb')
-rw-r--r-- | packages/libsdl/libsdl-x11_1.2.7.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/libsdl/libsdl-x11_1.2.7.bb b/packages/libsdl/libsdl-x11_1.2.7.bb index 9d3e57543d..6c75068c09 100644 --- a/packages/libsdl/libsdl-x11_1.2.7.bb +++ b/packages/libsdl/libsdl-x11_1.2.7.bb @@ -7,7 +7,7 @@ PROVIDES = "virtual/libsdl" LICENSE = "LGPL" # NOTE: make sure to keep PR in sync with libsdl-qpe -PR = "r8" +PR = "r9" SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ file://extra-keys.patch;patch=1 \ @@ -53,4 +53,6 @@ do_stage() { do install -m 0644 $f ${STAGING_INCDIR}/SDL/ done + + install -m 0644 *.m4 ${STAGING_DATADIR}/aclocal/ } |