Delete subprojects directory

This commit is contained in:
Kaley Fischer 2023-11-25 03:47:36 +01:00 committed by GitHub
parent 79df07deb9
commit ec6dee8906
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 56 deletions

@ -1 +0,0 @@
Subproject commit 0c2ce70625cb30aef199cb388f99e19a61a6ce03

View file

@ -1,45 +0,0 @@
diff --git a/include/meson.build b/include/meson.build
index e669800..687786b 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -1,4 +1,5 @@
-subdir('wlr')
+run_command('ln', '-sf', join_paths(meson.project_source_root(), 'include', 'wlr'), join_paths(meson.project_source_root(), 'include', 'wlroots'), check: true)
+subdir('wlroots')
exclude_files = ['meson.build', 'config.h.in', 'version.h.in']
if not features.get('drm-backend')
@@ -24,8 +25,8 @@ if not features.get('session')
exclude_files += 'backend/session.h'
endif
-install_subdir('wlr',
- install_dir: get_option('includedir'),
+install_subdir('wlroots',
+ install_dir: join_paths(get_option('includedir'), 'hyprland'),
exclude_files: exclude_files,
)
diff --git a/include/wlr/meson.build b/include/wlr/meson.build
index f7ca413..0a86d54 100644
--- a/include/wlr/meson.build
+++ b/include/wlr/meson.build
@@ -22,4 +22,4 @@ ver_h = configure_file(
configuration: version_data,
)
-install_headers(conf_h, ver_h, subdir: 'wlr')
+install_headers(conf_h, ver_h, subdir: join_paths('hyprland', 'wlroots'))
diff --git a/meson.build b/meson.build
index 29b103a..0b6e5a4 100644
--- a/meson.build
+++ b/meson.build
@@ -15,7 +15,7 @@ project(
# necessary for bugfix releases. Increasing soversion is required because
# wlroots never guarantees ABI stability -- only API stability is guaranteed
# between minor releases.
-soversion = 12
+soversion = 12032
little_endian = target_machine.endian() == 'little'
big_endian = target_machine.endian() == 'big'

@ -1 +0,0 @@
Subproject commit 37aff70dfa50cf6307b3fee6074d627dc2929143

@ -1 +0,0 @@
Subproject commit 5336633af70f3917760a6d441ff02d93477b0c86

@ -1 +0,0 @@
Subproject commit 5de9e1a99d6642c2d09d589aa37ff0a8945dcee1

View file

@ -1,7 +0,0 @@
[wrap-git]
directory = wlroots
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
revision = f1762f428b0ef2989c81f57ea9e810403d34d946
depth = 1
diff_files = wlroots-meson-build.patch