summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-29 16:57:40 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-29 16:57:40 +0100
commit5ba82144003b73f05d3398eb8b927c5522d6e970 (patch)
tree48794055bea7bf493f611cd5fc5b173c82184ac3 /tools
parent0241b168d235107611e3a238ce67a9a093b9e7d8 (diff)
downloadffi-efl-5ba82144003b73f05d3398eb8b927c5522d6e970.zip
ffi-efl-5ba82144003b73f05d3398eb8b927c5522d6e970.tar.gz
parse elm_glview.h, generate elm_glview.rb
Diffstat (limited to 'tools')
-rwxr-xr-xtools/genruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 6b0ab95..7d4f7c8 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -402,7 +402,7 @@ libs << elm_h('elm_frame.h', 'ElmFrame')
libs << elm_h('elm_gengrid.h', 'ElmGenGrid')
libs << elm_h('elm_genlist.h', 'ElmGenList', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_list","#{NATIVE}/elm/elm_scroller"])
libs << elm_h('elm_gesture_layer.h', 'ElmGestureLayer')
-#libs << elm_h('elm_glview.h', 'ElmGLView')
+libs << elm_h('elm_glview.h', 'ElmGLView')
libs << elm_h('elm_grid.h', 'ElmGrid')
libs << elm_h('elm_hover.h', 'ElmHover')
libs << elm_h('elm_image.h', 'ElmImage')