pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
labwc: fix build
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Wed Nov 12 15:08:30 2025 +0100
Changeset: 07394981acde5de40663195978ec5f209bb13c8b
Modified Files:
labwc/Makefile
labwc/PLIST
Log Message:
labwc: fix build
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=07394981acde5de40663195978ec5f209bb13c8b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
labwc/Makefile | 3 +++
labwc/PLIST | 3 +++
2 files changed, 6 insertions(+)
diffs:
diff --git a/labwc/Makefile b/labwc/Makefile
index efd713a46b..a53acdc355 100644
--- a/labwc/Makefile
+++ b/labwc/Makefile
@@ -27,8 +27,11 @@ INSTALL_MAKE_FLAGS+= rcdir=${EGDIR}
# Fix: [../src/main.c:94] no fonts are available
DEPENDS+= nerd-fonts-Hack-[0-9]*:../../fonts/nerd-fonts-Hack
+CFLAGS+= -I${BUILDLINK_PREFIX.libepoll-shim}/include/libepoll-shim
+
.include "../../devel/meson/build.mk"
.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libepoll-shim/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
diff --git a/labwc/PLIST b/labwc/PLIST
index 59f120c6bc..3f2d5e89cb 100644
--- a/labwc/PLIST
+++ b/labwc/PLIST
@@ -1,6 +1,8 @@
@comment $NetBSD$
bin/lab-sensible-terminal
+bin/labnag
bin/labwc
+man/man1/labnag.1
man/man1/labwc.1
man/man5/labwc-actions.5
man/man5/labwc-config.5
@@ -48,5 +50,6 @@ share/locale/sv/LC_MESSAGES/labwc.mo
share/locale/tr/LC_MESSAGES/labwc.mo
share/locale/uk/LC_MESSAGES/labwc.mo
share/locale/zh_CN/LC_MESSAGES/labwc.mo
+share/locale/zh_TW/LC_MESSAGES/labwc.mo
share/wayland-sessions/labwc.desktop
share/xdg-desktop-portal/labwc-portals.conf
Home |
Main Index |
Thread Index |
Old Index