Skip to content

Commit

Permalink
Add maintainers, update glx flag
Browse files Browse the repository at this point in the history
Signed-off-by: John Shepherd <[email protected]>
  • Loading branch information
John Shepherd committed Jan 22, 2021
1 parent 75eb24b commit 5df9a9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/libignition-rendering/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
mkdir build
cd build

export CFLAGS="${CFLAGS} -DGLX_GLXEXT_LEGACY"
export CXXFLAGS="${CXXFLAGS} -DGLX_GLXEXT_LEGACY"

cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$PREFIX \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=True \
-DCMAKE_C_FLAGS=-DGLX_GLXEXT_LEGACY \
-DCMAKE_CXX_FLAGS=-DGLX_GLXEXT_LEGACY
-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=True

cmake --build . --config Release
cmake --build . --config Release --target install
Expand Down
2 changes: 2 additions & 0 deletions recipes/libignition-rendering/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ about:
extra:
recipe-maintainers:
- JShep1
- wolfv
- traversaro

0 comments on commit 5df9a9f

Please sign in to comment.