Fix dependencies
This commit is contained in:
@@ -16,6 +16,13 @@ build() {
|
||||
-DJPEGXL_ENABLE_PLUGINS=ON \
|
||||
-DJPEGXL_INSTALL_JARDIR="/usr/share/java"
|
||||
cmake --build build
|
||||
make -C build doc
|
||||
}
|
||||
|
||||
# The check function is executed in the source directory
|
||||
# This function is used to run tests to verify the package has been compiled correctly
|
||||
check() {
|
||||
ctest --test-dir build --output-on-failure
|
||||
}
|
||||
|
||||
# The package function is executed in the source directory
|
||||
|
||||
Reference in New Issue
Block a user