summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Müllenhaupt <mm@netlair.de>2014-10-09 13:48:23 (GMT)
committerMartin Müllenhaupt <mm@netlair.de>2014-10-09 13:48:23 (GMT)
commitd9e168678b29cf990866dfbfb35e881929189295 (patch)
treee032a757378ad29be55d983af87671c71c2443e2
parenta4faffb2c6f3a0cac44cc656092d5f44ef9e8ec0 (diff)
downloadmxe-d9e168678b29cf990866dfbfb35e881929189295.zip
mxe-d9e168678b29cf990866dfbfb35e881929189295.tar.gz
mxe-d9e168678b29cf990866dfbfb35e881929189295.tar.bz2
sdl_sound: name pkg-configfile consistent
-rw-r--r--src/sdl_sound.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl_sound.mk b/src/sdl_sound.mk
index 201c1c9..9705f30 100644
--- a/src/sdl_sound.mk
+++ b/src/sdl_sound.mk
@@ -51,7 +51,7 @@ define $(PKG)_BUILD
echo 'Requires: sdl vorbisfile flac speex'; \
echo 'Libs: -lSDL_sound'; \
echo "Libs.private: `'$(PREFIX)/$(TARGET)/bin/libmikmod-config' --libs`";) \
- > '$(PREFIX)/$(TARGET)/lib/pkgconfig/$(PKG).pc'
+ > '$(PREFIX)/$(TARGET)/lib/pkgconfig/SDL_sound.pc'
'$(TARGET)-gcc' \
-W -Wall -Werror -std=c99 -pedantic \