mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Added example.
This commit is contained in:
parent
e9d716fc0c
commit
e446a5300b
12 changed files with 220 additions and 13 deletions
|
|
@ -48,10 +48,11 @@ find_package(WaylandProtocols REQUIRED)
|
|||
find_package(EGL REQUIRED)
|
||||
find_package(GLESv2 REQUIRED)
|
||||
find_package(DRM REQUIRED)
|
||||
find_package(GBM REQUIRED)
|
||||
find_package(LibInput REQUIRED)
|
||||
find_package(Udev)
|
||||
find_package(Udev REQUIRED)
|
||||
find_package(Dbus)
|
||||
find_package(Systemd)
|
||||
find_package(Systemd REQUIRED)
|
||||
|
||||
include(Wayland)
|
||||
include(Manpage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue