me
/
guix
Archived
1
0
Fork 0

gnu: kimageannotator: Build as shared library.

* gnu/packages/kde-frameworks.scm (kimageannotator)
[configure-flags]: Add -DBUILD_SHARED_LIBS=ON.
[propagated-inputs]: Delete field.

Change-Id: I94a8c3b87cf4ebe004508ecb32d13afb88af2f52
master
Maxim Cournoyer 2024-03-30 03:20:26 -04:00
parent 00892bf0b2
commit d1325513a9
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 3 deletions

View File

@ -1874,7 +1874,8 @@ by applications to write metadata.")
"1f1y4r5rb971v2g34fgjbr14g0mdms5h66yl5k0p1zf50kr2wnic"))))
(build-system qt-build-system)
(arguments
(list #:configure-flags #~'("-DBUILD_TESTS=ON")
(list #:configure-flags #~'("-DBUILD_SHARED_LIBS=ON"
"-DBUILD_TESTS=ON")
#:phases
#~(modify-phases %standard-phases
(replace 'check
@ -1888,8 +1889,6 @@ by applications to write metadata.")
(list qttools-5 xorg-server-for-tests))
(inputs
(list googletest qtsvg-5 kcolorpicker))
(propagated-inputs
(list qtbase-5))
(home-page "https://github.com/ksnip/kImageAnnotator")
(synopsis "Image annotating library")
(description "This library provides tools to annotate images.")