Whoops it wasn't compatible. Now it is
This commit is contained in:
parent
36ddb1cccf
commit
f10c9fcddd
1 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ DEPEND="
|
|||
)
|
||||
wayland? ( dev-libs/wayland[${MULTILIB_USEDEP}] )
|
||||
mangoapp? (
|
||||
=media-libs/imgui-1.89.9*[glfw]
|
||||
=media-libs/imgui-1*[glfw]
|
||||
media-libs/glfw[X(+)?,wayland(+)?]
|
||||
media-libs/glew
|
||||
)
|
||||
|
|
@ -115,6 +115,7 @@ src_prepare() {
|
|||
find . -type f -exec sed -i 's|"imgui_internal.h"|<imgui/imgui_internal.h>|g' {} \; || die
|
||||
find . -type f -exec sed -i 's|"imgui_impl_glfw.h"|<imgui/imgui_impl_glfw.h>|g' {} \; || die
|
||||
find . -type f -exec sed -i 's|"imgui_impl_opengl3.h"|<imgui/imgui_impl_opengl3.h>|g' {} \; || die
|
||||
find . -type f -exec sed -i 's|GetWindowContentRegionWidth()|GetContentRegionAvail().x|g' {} \; || die
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue