radv: use nir_opt_copy_prop_vars and nir_opt_dead_write_vars
[mesa.git] / src / gbm / meson.build
index 13fa3a1f84c36b1af1a07612af2bb22e54194e0d..2e9d380c0b47f735cf18da5c35bad758b820fc8b 100644 (file)
@@ -18,7 +18,7 @@
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 # SOFTWARE.
 
-inc_gbm = include_directories('.', 'backends/dri')
+inc_gbm = include_directories('.', 'main', 'backends/dri')
 
 files_gbm = files(
   'main/backend.c',
@@ -45,8 +45,6 @@ if with_platform_wayland
   incs_gbm += inc_wayland_drm
 endif
 
-# TODO: wayland support (requires egl)
-
 libgbm = shared_library(
   'gbm',
   files_gbm,