app/internal/wayland: Added header dir for wayland in openSUSE

Added a cflag -I to provide wayland header files in openSUSE.

Fixes gio#76

Signed-off-by: Roy Lee <royyhlee@gmail.com>
This commit is contained in:
Roy Lee
2020-02-16 11:55:51 -08:00
committed by Elias Naur
parent 60904dd9a6
commit ae6161dfb6
+1
View File
@@ -13,6 +13,7 @@ import (
/*
#cgo LDFLAGS: -lwayland-egl
#cgo CFLAGS: -I/usr/include/wayland
#include <EGL/egl.h>
#include <wayland-client.h>