diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-16 02:14:49 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-16 02:14:49 (GMT) |
commit | 7af76e7a89343eb3a523e3862fcecad2a3642cc6 (patch) | |
tree | a9d48a381c7b2b10b1096cc16e113cac04014cc2 /src/sdl_pango.mk | |
parent | 31cc6ec584af62a9eeaa942b1388f913bb4966aa (diff) | |
download | mxe-7af76e7a89343eb3a523e3862fcecad2a3642cc6.zip mxe-7af76e7a89343eb3a523e3862fcecad2a3642cc6.tar.gz mxe-7af76e7a89343eb3a523e3862fcecad2a3642cc6.tar.bz2 |
fixed several dependencies and *.pc scripts
Diffstat (limited to 'src/sdl_pango.mk')
-rw-r--r-- | src/sdl_pango.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdl_pango.mk b/src/sdl_pango.mk index 42dca91..3ae0e86 100644 --- a/src/sdl_pango.mk +++ b/src/sdl_pango.mk @@ -19,6 +19,7 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD + $(SED) 's,^\(Requires:.*\),\1 pangoft2,' -i '$(1)/SDL_Pango.pc.in' cd '$(1)' && ./configure \ --host='$(TARGET)' \ --disable-shared \ |