diff options
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) |