diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-11 21:42:37 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-11 21:42:37 +0300 |
commit | cae6dc5426e22adbd26fe2ae14120932104e2e37 (patch) | |
tree | c842e08bf2685552fdb86a2f0abca514ee86b6a1 /mythes/makefile.mk | |
parent | 76e160a91c2cb770f87ee32bfcc1b383d5944dc3 (diff) |
Add Android patch
Diffstat (limited to 'mythes/makefile.mk')
-rw-r--r-- | mythes/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mythes/makefile.mk b/mythes/makefile.mk index 563c756ce339..abd7038efdc6 100644 --- a/mythes/makefile.mk +++ b/mythes/makefile.mk @@ -44,7 +44,8 @@ ADDITIONAL_FILES += makefile.mk PATCH_FILES=\ mythes-1.2.0-vanilla-th-gen-idx.patch \ mythes-1.2.0-makefile-mk.diff \ - mythes-1.2.1-rhbz675806.patch + mythes-1.2.1-rhbz675806.patch \ + mythes-1.2.0-android.patch .IF "$(GUI)"=="UNX" CONFIGURE_DIR=$(BUILD_DIR) |