You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I clone 'wayland-d': git clone https://github.com/rtbo/wayland-d.git
then go to 'wayland-d' cd wayland-d
then go to the '3rdparty/DerelictGLES' cd 3rdparty/DerelictGLES
then clone DerelictGLES git clone https://github.com/DerelictOrg/DerelictGLES.git .
then go to 'wayland-d' and run delicious for me 'simple_egl' cd ../.. dub run wayland:simple_egl
I got error:
# dub run wayland:simple_egl
Building package wayland:simple_egl in /home/vital/src/dtest/wayland-d/examples/simple_egl/
The sub configuration directive "derelict-gles" -> "wayland" references a configuration that does not exist.
Could not resolve configuration for package wayland:simple_egl
Can you help me solve this problem ?
What sub configuration directive "derelict-gles" -> "wayland" I must fix ?
The text was updated successfully, but these errors were encountered:
Hi!
Help me, please.
I clone 'wayland-d':
git clone https://github.com/rtbo/wayland-d.git
then go to 'wayland-d'
cd wayland-d
then go to the '3rdparty/DerelictGLES'
cd 3rdparty/DerelictGLES
then clone DerelictGLES
git clone https://github.com/DerelictOrg/DerelictGLES.git .
then go to 'wayland-d' and run delicious for me 'simple_egl'
cd ../..
dub run wayland:simple_egl
I got error:
Can you help me solve this problem ?
What sub configuration directive "derelict-gles" -> "wayland" I must fix ?
The text was updated successfully, but these errors were encountered: