From ce0230be820573e92bbd3b56e34d8e026e3e78ea Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Fri, 24 Aug 2007 20:05:53 +0200 Subject: [PATCH] Use pkg-config to detect the edje data dir. --- lib/redact/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redact/app.rb b/lib/redact/app.rb index 1d51bf7..30e6791 100644 --- a/lib/redact/app.rb +++ b/lib/redact/app.rb @@ -143,7 +143,7 @@ module Redact tf_in.flush Tempfile.open("redact_col#{col.id}.amx") do |tf_out| - incl = `edje-config --datadir`.strip + incl = `pkg-config edje --variable=datadir`.strip c = "embryo_cc " + "-i #{incl}/include " + -- 2.30.2