diff options
Diffstat (limited to 'graphics/wayland')
-rw-r--r-- | graphics/wayland/Makefile | 2 | ||||
-rw-r--r-- | graphics/wayland/files/patch-src_meson.build | 18 |
2 files changed, 1 insertions, 19 deletions
diff --git a/graphics/wayland/Makefile b/graphics/wayland/Makefile index 894b4a237482..34789ca25893 100644 --- a/graphics/wayland/Makefile +++ b/graphics/wayland/Makefile @@ -1,6 +1,6 @@ PORTNAME= wayland DISTVERSION= 1.24.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://gitlab.freedesktop.org/${PORTNAME}/${PORTNAME}/-/releases/${DISTVERSION}/downloads/ diff --git a/graphics/wayland/files/patch-src_meson.build b/graphics/wayland/files/patch-src_meson.build deleted file mode 100644 index 40955be2d068..000000000000 --- a/graphics/wayland/files/patch-src_meson.build +++ /dev/null @@ -1,18 +0,0 @@ ---- src/meson.build.orig 2025-08-06 08:17:13 UTC -+++ src/meson.build -@@ -212,7 +212,6 @@ if get_option('libraries') - description: 'Server side implementation of the Wayland protocol', - version: meson.project_version(), - filebase: 'wayland-server', -- libraries: mathlib_dep, - variables: [ - 'datarootdir=' + join_paths('${prefix}', get_option('datadir')), - 'pkgdatadir=' + join_paths('${pc_sysrootdir}${datarootdir}', meson.project_name()) -@@ -252,7 +251,6 @@ if get_option('libraries') - description: 'Wayland client side library', - version: meson.project_version(), - filebase: 'wayland-client', -- libraries: mathlib_dep, - variables: [ - 'datarootdir=' + join_paths('${prefix}', get_option('datadir')), - 'pkgdatadir=' + join_paths('${pc_sysrootdir}${datarootdir}', meson.project_name()) |