Skip to content

Commit

Permalink
PKGBUILD: Optionally build with colord
Browse files Browse the repository at this point in the history
Closes #73.

'colord' may be necessary for colour profile support, but it can be
built without if the user doesn't have this package installed.
  • Loading branch information
lah7 committed May 19, 2022
1 parent 538872c commit 9be248a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"
meson gtk+-${_gtkver} build \
-D broadway_backend=true \
-D colord=no \
-D colord=auto \
-D demos=true \
-D examples=false \
-D tests=false \
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ build()
# 64-bit
arch-meson gtk+-$_gtkver build \
-D broadway_backend=true \
-D colord=no \
-D colord=auto \
-D demos=true \
-D examples=false \
-D tests=false \
Expand All @@ -136,7 +136,7 @@ build()

linux32 arch-meson gtk+-$_gtkver build32 \
-D broadway_backend=true \
-D colord=no \
-D colord=auto \
-D demos=false \
-D examples=false \
-D introspection=false \
Expand Down

0 comments on commit 9be248a

Please sign in to comment.