projects
/
redact.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb973f
)
Use pkg-config to detect the edje data dir.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Fri, 24 Aug 2007 18:05:53 +0000
(20:05 +0200)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Fri, 24 Aug 2007 18:05:53 +0000
(20:05 +0200)
lib/redact/app.rb
patch
|
blob
|
history
diff --git
a/lib/redact/app.rb
b/lib/redact/app.rb
index 1d51bf74ae531f534c546f3ca250de5911290515..30e6791b9e8c1073eb550ffa195e1bf711bd11c6 100644
(file)
--- 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 " +