Skip to content

Commit c7af30d

Browse files
committed
fix cfitsio build
their cmake build system cfitsio.pc incorrectly ... flip back to autotools
1 parent c8ea3fc commit c7af30d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

org.libvips.vipsdisp.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -399,12 +399,7 @@
399399
{
400400
"name" : "cfitsio",
401401
"builddir" : true,
402-
"buildsystem" : "cmake-ninja",
403-
"build-options" : {
404-
"config-opts" : [
405-
"-DCMAKE_INSTALL_LIBDIR=lib"
406-
]
407-
},
402+
"buildsystem" : "autotools",
408403
"sources" : [
409404
{
410405
"type" : "archive",

0 commit comments

Comments
 (0)