Skip to content

Commit

Permalink
CI: add -DCMAKE_VERBOSE_MAKEFILE=TRUE
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Feb 28, 2025
1 parent d794cd8 commit f5bef72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion contrib/packages/deb/ubuntu-focal/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ config-stamp: xorg-source-stamp
-DBUILD_STATIC=off \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DCMAKE_INSTALL_LIBEXECDIR:PATH=lib/$(DEB_HOST_MULTIARCH) \
-DCMAKE_INSTALL_UNITDIR:PATH=/lib/systemd/system
-DCMAKE_INSTALL_UNITDIR:PATH=/lib/systemd/system \
-DCMAKE_VERBOSE_MAKEFILE=TRUE
(cd unix/xserver; \
export PIXMANINCDIR=/usr/include/pixman-1; \
autoreconf -fiv; \
Expand Down
3 changes: 2 additions & 1 deletion contrib/packages/deb/ubuntu-jammy/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ config-stamp: xorg-source-stamp
-DBUILD_STATIC=off \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DCMAKE_INSTALL_LIBEXECDIR:PATH=lib/$(DEB_HOST_MULTIARCH) \
-DCMAKE_INSTALL_UNITDIR:PATH=/lib/systemd/system
-DCMAKE_INSTALL_UNITDIR:PATH=/lib/systemd/system \
-DCMAKE_VERBOSE_MAKEFILE=TRUE
(cd unix/xserver; \
export PIXMANINCDIR=/usr/include/pixman-1; \
autoreconf -fiv; \
Expand Down
3 changes: 2 additions & 1 deletion contrib/packages/deb/ubuntu-noble/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ config-stamp: xorg-source-stamp
-DBUILD_STATIC=off \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DCMAKE_INSTALL_LIBEXECDIR:PATH=lib/$(DEB_HOST_MULTIARCH) \
-DCMAKE_INSTALL_UNITDIR:PATH=/lib/systemd/system
-DCMAKE_INSTALL_UNITDIR:PATH=/lib/systemd/system \
-DCMAKE_VERBOSE_MAKEFILE=TRUE
(cd unix/xserver; \
export PIXMANINCDIR=/usr/include/pixman-1; \
autoreconf -fiv; \
Expand Down

0 comments on commit f5bef72

Please sign in to comment.