Merge branches 'basic-functionality' and 'modernize'

This commit is contained in:
Keith Bowes 2020-03-08 20:31:31 -04:00
commit 6af91f1d11
5 changed files with 4 additions and 7 deletions

View file

@ -14,7 +14,8 @@ project(
add_project_arguments(
'-Wno-unused-parameter',
'-DWLR_USE_UNSTABLE',
'-DVERSION="' + meson.project_version() + '"',
'-DPACKAGE_NAME="' + meson.project_name() + '"',
'-DPACKAGE_VERSION="' + meson.project_version() + '"',
language: 'c')
cc = meson.get_compiler('c')
@ -22,10 +23,8 @@ cc = meson.get_compiler('c')
# Adding include directory
inc_dir = include_directories('include')
pixman = dependency('pixman-1')
wlroots = dependency('wlroots', version: '>=0.9.0')
wayland_server = dependency('wayland-server')
wayland_client = dependency('wayland-client')
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
xkbcommon = dependency('xkbcommon')