wlroots: disable examples #2

Closed
opened 2023-02-14 15:54:02 +01:00 by farkuhar · 0 comments
Member

As stated in
d68a27fd79 , "Compiling the examples is useful for testing and development, but less useful for actual users of wlroots."

Appending '-D examples=false' to the meson setup command would avoid wasted CPU cycles, as the example applications are only written to the pkgmk work directory, not installed to $PKG.

Disabling examples would also prevent build failures in case the user has a broken ffmpeg (either not yet discovered by revdep, or left uncorrected because ffmpeg was not listed as an optional dependency of wlroots).

As stated in https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/d68a27fd79e1ddadbdf63d734ae04a7a8983dabc , "Compiling the examples is useful for testing and development, but less useful for actual users of wlroots." Appending '-D examples=false' to the meson setup command would avoid wasted CPU cycles, as the example applications are only written to the pkgmk work directory, not installed to $PKG. Disabling examples would also prevent build failures in case the user has a broken ffmpeg (either not yet discovered by revdep, or left uncorrected because ffmpeg was not listed as an optional dependency of wlroots).
tb closed this issue 2023-02-17 15:05:16 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ports/contrib#2
No description provided.