mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
15 lines
584 B
Makefile
15 lines
584 B
Makefile
SUBDIR =
|
|
SUBDIR += libportal
|
|
SUBDIR += xdg-dbus-proxy
|
|
SUBDIR += xdg-desktop-portal
|
|
SUBDIR += xdg-desktop-portal-gnome
|
|
SUBDIR += xdg-desktop-portal-gtk
|
|
# SUBDIR += xdg-desktop-portal-hyprland # needs wayland
|
|
# SUBDIR += xdg-desktop-portal-kde # x11/kde-plasma/xdg-desktop-portal-kde
|
|
# SUBDIR += xdg-desktop-portal-luminous # needs wayland
|
|
# SUBDIR += xdg-desktop-portal-lxqt # requires libfm-qt>=1.4.0
|
|
# SUBDIR += xdg-desktop-portal-wlr # needs wayland and libinih
|
|
SUBDIR += xdg-desktop-portal-xapp
|
|
|
|
.include <bsd.port.subdir.mk>
|