summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 16:06:02 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 16:06:02 +0100
commit142e64c3cefcd11667adefdc61989536f6a34bd4 (patch)
tree79e5e9e7ae8413314001a6c64ea65698eb3d6090 /tools/genruby.rb
parent03e3c185d5d3f01ee46eb567218af79480128e89 (diff)
downloadffi-efl-142e64c3cefcd11667adefdc61989536f6a34bd4.zip
ffi-efl-142e64c3cefcd11667adefdc61989536f6a34bd4.tar.gz
parse elm_mapbuf.h, generate elm_mapbuf.rb
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 1aebcbc..81a5447 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -409,7 +409,7 @@ libs << elm_h('elm_image.h', 'ElmImage')
libs << elm_h('elm_index.h', 'ElmIndex')
libs << elm_h('elm_label.h', 'ElmLabel', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_entry"])
libs << elm_h('elm_layout.h', 'ElmLayout')
-#libs << elm_h('elm_mapbuf.h', 'ElmMapBuf')
+libs << elm_h('elm_mapbuf.h', 'ElmMapBuf')
libs << elm_h('elm_map.h', 'ElmMap', ["#{NATIVE}/emap","#{NATIVE}/elementary"])
libs << elm_h('elm_menu.h', 'ElmMenu')
libs << elm_h('elm_mirroring.h', 'ElmMirroring')