diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-12 20:22:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-12 20:22:26 +0000 |
commit | fc04bb66fdd9d88b6d4f461211fdc96799a6c903 (patch) | |
tree | 2667fd596188d76616422484df3f82c400cf4e51 /packages/efl/esmart-fb_0.9.0.007.bb | |
parent | ffe4d73587bc0136d9b9a7e891f20987481af135 (diff) | |
parent | 5801f1d73d5dd9ab259000c9a606d304916c5a46 (diff) |
merge of 42b8c7920b08e37a6ea01ca90bfdc0e0aa4c2759
and b4da6e3e315557823da6a4486c8fb7ab3d82ab8a
Diffstat (limited to 'packages/efl/esmart-fb_0.9.0.007.bb')
-rw-r--r-- | packages/efl/esmart-fb_0.9.0.007.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/efl/esmart-fb_0.9.0.007.bb b/packages/efl/esmart-fb_0.9.0.007.bb new file mode 100644 index 0000000000..35bef239ee --- /dev/null +++ b/packages/efl/esmart-fb_0.9.0.007.bb @@ -0,0 +1,18 @@ +include esmart.inc +PR = "r0" + +SRC_URI += "file://disable-x-only-features.patch;patch=1" + +myheaders = "esmart_container/Esmart_Container.h \ + esmart_draggies/Esmart_Draggies.h \ + esmart_file_dialog/Esmart_File_Dialog.h \ + esmart_text_entry/Esmart_Text_Entry.h \ + esmart_textarea/Esmart_Textarea.h \ + esmart_thumb/Esmart_Thumb.h" + +mylibraries = "esmart_container \ + esmart_draggies \ + esmart_file_dialog \ + esmart_text_entry \ + esmart_textarea \ + esmart_thumb" |