mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: libbluray: Don't build static library.
* gnu/packages/video.scm (libbluray)[arguments]: Add configure flag to skip static library.
This commit is contained in:
parent
c953036ba8
commit
a58adb8911
1 changed files with 2 additions and 1 deletions
|
@ -2479,7 +2479,8 @@ (define-public libbluray
|
|||
"1zxfnw1xbghcj7b3zz5djndv6gwssxda19cz1lrlqrkg8577r7kd"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-bdjava-jar")
|
||||
`(#:configure-flags '("--disable-bdjava-jar"
|
||||
"--disable-static")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'refer-to-libxml2-in-.pc-file
|
||||
|
|
Loading…
Reference in a new issue