diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-06-24 17:53:05 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-12-17 11:30:04 +0000 |
commit | 2af7805da5c5fc73eb28fba4065cead63c4bb5ab (patch) | |
tree | 3889adf5bcdd95c4a592baac0a15e919f869456e /x11-toolkits/wlroots/pkg-plist | |
parent | be1d7baff997b2f169f609e0c61620d7408cc864 (diff) | |
download | ports-2af7805da5c5fc73eb28fba4065cead63c4bb5ab.tar.gz ports-2af7805da5c5fc73eb28fba4065cead63c4bb5ab.zip |
Diffstat (limited to 'x11-toolkits/wlroots/pkg-plist')
-rw-r--r-- | x11-toolkits/wlroots/pkg-plist | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/x11-toolkits/wlroots/pkg-plist b/x11-toolkits/wlroots/pkg-plist index a0e52cd844d1..0651a6d62807 100644 --- a/x11-toolkits/wlroots/pkg-plist +++ b/x11-toolkits/wlroots/pkg-plist @@ -1,10 +1,9 @@ include/wlr/backend.h -include/wlr/backend/drm.h +%%DRM%%include/wlr/backend/drm.h include/wlr/backend/headless.h include/wlr/backend/interface.h -include/wlr/backend/libinput.h +%%DRM%%include/wlr/backend/libinput.h include/wlr/backend/multi.h -include/wlr/backend/noop.h include/wlr/backend/session.h include/wlr/backend/wayland.h %%X11%%include/wlr/backend/x11.h @@ -17,12 +16,14 @@ include/wlr/interfaces/wlr_switch.h include/wlr/interfaces/wlr_tablet_pad.h include/wlr/interfaces/wlr_tablet_tool.h include/wlr/interfaces/wlr_touch.h +include/wlr/render/allocator.h include/wlr/render/dmabuf.h include/wlr/render/drm_format_set.h %%OPENGL%%include/wlr/render/egl.h %%OPENGL%%include/wlr/render/gles2.h include/wlr/render/interface.h include/wlr/render/pixman.h +%%VULKAN%%include/wlr/render/vulkan.h include/wlr/render/wlr_renderer.h include/wlr/render/wlr_texture.h include/wlr/types/wlr_box.h @@ -31,6 +32,8 @@ include/wlr/types/wlr_compositor.h include/wlr/types/wlr_cursor.h include/wlr/types/wlr_data_control_v1.h include/wlr/types/wlr_data_device.h +include/wlr/types/wlr_drm.h +include/wlr/types/wlr_drm_lease_v1.h include/wlr/types/wlr_export_dmabuf_v1.h include/wlr/types/wlr_foreign_toplevel_management_v1.h include/wlr/types/wlr_fullscreen_shell_v1.h @@ -45,7 +48,6 @@ include/wlr/types/wlr_keyboard_group.h include/wlr/types/wlr_keyboard_shortcuts_inhibit_v1.h include/wlr/types/wlr_layer_shell_v1.h include/wlr/types/wlr_linux_dmabuf_v1.h -include/wlr/types/wlr_list.h include/wlr/types/wlr_matrix.h include/wlr/types/wlr_output.h include/wlr/types/wlr_output_damage.h @@ -60,6 +62,7 @@ include/wlr/types/wlr_primary_selection.h include/wlr/types/wlr_primary_selection_v1.h include/wlr/types/wlr_region.h include/wlr/types/wlr_relative_pointer_v1.h +include/wlr/types/wlr_scene.h include/wlr/types/wlr_screencopy_v1.h include/wlr/types/wlr_seat.h include/wlr/types/wlr_server_decoration.h @@ -81,6 +84,8 @@ include/wlr/types/wlr_xdg_foreign_v1.h include/wlr/types/wlr_xdg_foreign_v2.h include/wlr/types/wlr_xdg_output_v1.h include/wlr/types/wlr_xdg_shell.h +include/wlr/util/addon.h +include/wlr/util/box.h include/wlr/util/edges.h include/wlr/util/log.h include/wlr/util/region.h @@ -88,5 +93,5 @@ include/wlr/version.h include/wlr/xcursor.h %%X11%%include/wlr/xwayland.h lib/libwlroots.so -lib/libwlroots.so.9 +lib/libwlroots.so.10 libdata/pkgconfig/wlroots.pc |