summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index bdcb271..8ff114c 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -481,6 +481,11 @@ libs << {
:requires=>["#{NATIVE}/elementary","#{NATIVE}/elm/elm_scroller"], :constants=>[]
}
libs << {
+ :lib=>ELM_LIB,:header=>'elc_hoversel.h',
+ :modname=>'ElmHoverSel', :prefix=>'elm_hoversel', :outfile=>'elm/elm_hoversel.rb',
+ :requires=>["#{NATIVE}/elementary","#{NATIVE}/elm/elm_icon"], :constants=>[]
+}
+libs << {
:lib=>ELM_LIB,:header=>'elm_colorselector.h',
:modname=>'ElmColorSelector', :prefix=>'elm_colorselector', :outfile=>'elm/elm_colorselector.rb',
:requires=>["#{NATIVE}/elementary","#{NATIVE}/elm/elm_scroller"], :constants=>[]