diff options
| author | Ricardo Martincoski <ricardo.martincoski@gmail.com> | 2017-04-04 19:50:14 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-06 22:41:45 +0200 |
| commit | 4ef04c476c79c7efe05b8befc35eb20997fcaaa4 (patch) | |
| tree | 5da9b82e2a6f4d06476e7524c5cf35b4a86ae58a /package/cegui06 | |
| parent | 250f27ac422ee67c40189666b6fd4c50dd41dd74 (diff) | |
| download | buildroot-4ef04c476c79c7efe05b8befc35eb20997fcaaa4.tar.gz buildroot-4ef04c476c79c7efe05b8befc35eb20997fcaaa4.zip | |
package: remove trailing backslash
Occurrences were searched using [1]:
check-package --include-only TrailingBackslash $(find * -type f)
and manually removed.
[1] http://patchwork.ozlabs.org/patch/729669/
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/cegui06')
| -rw-r--r-- | package/cegui06/cegui06.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/cegui06/cegui06.mk b/package/cegui06/cegui06.mk index 43d3b09dd7..8b2c886c78 100644 --- a/package/cegui06/cegui06.mk +++ b/package/cegui06/cegui06.mk @@ -16,7 +16,7 @@ CEGUI06_INSTALL_STAGING = YES CEGUI06_DEPENDENCIES = \ expat \ freetype \ - pcre \ + pcre CEGUI06_CONF_OPTS = \ --enable-expat \ @@ -31,6 +31,6 @@ CEGUI06_CONF_OPTS = \ --disable-samples \ --disable-lua-module \ --disable-toluacegui \ - --disable-external-toluapp \ + --disable-external-toluapp $(eval $(autotools-package)) |

