diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-28 14:09:12 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-28 14:09:12 +0000 |
commit | 16c391e5fb0d4636a13dcc3df5c61409afbf4816 (patch) | |
tree | c8d1733e5ee3c755b0dc2ca27c5fc4872da412a5 /packages/efl/esmart/disable-x-only-features.patch | |
parent | 2d6d93f92a3f6f2aae2a88fc81659e37ea2768e7 (diff) |
efl: add feature-reduced set of esmart that builds without X and split esmart into -fb and -x11 variants
Diffstat (limited to 'packages/efl/esmart/disable-x-only-features.patch')
-rw-r--r-- | packages/efl/esmart/disable-x-only-features.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/efl/esmart/disable-x-only-features.patch b/packages/efl/esmart/disable-x-only-features.patch new file mode 100644 index 0000000000..54638841ee --- /dev/null +++ b/packages/efl/esmart/disable-x-only-features.patch @@ -0,0 +1,24 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- esmart-0.9.0.004/src/lib/Makefile.am~disable-x-only-features.patch ++++ esmart-0.9.0.004/src/lib/Makefile.am +@@ -1,8 +1,5 @@ + SUBDIRS = \ + esmart_container \ +- esmart_draggies \ + esmart_text_entry \ + esmart_file_dialog \ +- esmart_thumb \ +- esmart_trans_x11 \ +- esmart_textarea ++ esmart_thumb +--- esmart-0.9.0.004/src/Makefile.am~disable-x-only-features.patch ++++ esmart-0.9.0.004/src/Makefile.am +@@ -1,3 +1,3 @@ + MAINTAINERCLEANFILES = Makefile.in + +-SUBDIRS = lib bin ++SUBDIRS = lib |