From aced66657d8b47165ba46dad90318ad45b71198b Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sun, 26 Aug 2007 17:26:08 +0200 Subject: [PATCH] Don't build esmart_filedialog, it's broken. --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index cc2f2f7..b9b41ad 100644 --- a/Rakefile +++ b/Rakefile @@ -11,7 +11,8 @@ require "rake/extensiontask" PKG_NAME = "ruby-esmart" modules = [:esmart, :esmart_container, :esmart_draggies, - :esmart_file_dialog,:esmart_trans_x11] + #:esmart_file_dialog, + :esmart_trans_x11] module_objects = { :esmart => [:rb_esmart], :esmart_container => [:rb_esmart_container], -- 2.30.2