Don't install static version of the scx library.
This commit is contained in:
parent
ad84aa5c87
commit
113662edf2
|
@ -9,6 +9,7 @@
|
|||
(prefix (string-append (get-directory 'lib #f) "/" build-host))
|
||||
(xft? (get-option-value 'with-xft))
|
||||
(configure `("./configure"
|
||||
"--enable-static=no"
|
||||
,(string-append "--prefix=" prefix)
|
||||
,(if xft? "--with-xft=yes" "--with-xft=no")
|
||||
,(string-append "--with-scsh-includes=" scsh-includes)
|
||||
|
|
Loading…
Reference in New Issue