mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Chase wlroots: Remove workaround for missing forward declares
Chases: 657ca2205ff4d5f70cf294d9b5720acf2eaf76b4 wlr_gamma_control: add missing forward declarations
This commit is contained in:
parent
277f417d8b
commit
5292504d4a
2 changed files with 1 additions and 5 deletions
|
|
@ -5,10 +5,6 @@
|
|||
#include <sys/wait.h>
|
||||
#include <wlr/types/wlr_data_control_v1.h>
|
||||
#include <wlr/types/wlr_export_dmabuf_v1.h>
|
||||
|
||||
/* Temporary fix for a wlroots bug: missing forward declares in the gamma header */
|
||||
#include <wlr/types/wlr_output.h>
|
||||
|
||||
#include <wlr/types/wlr_gamma_control_v1.h>
|
||||
#include <wlr/types/wlr_input_inhibitor.h>
|
||||
#include <wlr/types/wlr_presentation_time.h>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[wrap-git]
|
||||
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||
revision = 214df8eda07d18b032abfcf525c8344e077c0c7e
|
||||
revision = 657ca2205ff4d5f70cf294d9b5720acf2eaf76b4
|
||||
|
||||
[provide]
|
||||
dependency_names = wlroots
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue