Skip to content

Commit

Permalink
media-libs/openxr-loader: make sure to build with system jsoncpp
Browse files Browse the repository at this point in the history
Otherwise it is automagic.

Signed-off-by: Haelwenn (lanodan) Monnier <[email protected]>
  • Loading branch information
lanodan committed Sep 24, 2024
1 parent 4594c04 commit 4153583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ src_configure() {
-DBUILD_WITH_XLIB_HEADERS=$(usex X)
-DBUILD_WITH_XCB_HEADERS=$(usex X)
-DBUILD_WITH_WAYLAND_HEADERS=$(usex wayland)
-DBUILD_WITH_SYSTEM_JSONCPP=YES
-DPRESENTATION_BACKEND=$(usex X xlib wayland)
)

Expand Down
1 change: 1 addition & 0 deletions media-libs/openxr-loader/openxr-loader-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ src_configure() {
-DBUILD_WITH_XLIB_HEADERS=$(usex X)
-DBUILD_WITH_XCB_HEADERS=$(usex X)
-DBUILD_WITH_WAYLAND_HEADERS=$(usex wayland)
-DBUILD_WITH_SYSTEM_JSONCPP=YES
-DPRESENTATION_BACKEND=$(usex X xlib wayland)
)

Expand Down

0 comments on commit 4153583

Please sign in to comment.