diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2023-10-09 23:37:48 -0400 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2023-10-09 23:55:10 -0400 |
commit | c49d2372984c4cb43494578dd9dea5814b8d83b7 (patch) | |
tree | 215050c7e228557f5ed89aa50ae5f97f8c5b1c38 | |
parent | comms/qt6-serialbus: Fix pkg-plist (diff) |
graphics/qt6-wayland: Fix pkg-plist
PR: 274378
Reported by: jbeich
MFH: 2023Q4
-rw-r--r-- | graphics/qt6-wayland/Makefile | 1 | ||||
-rw-r--r-- | graphics/qt6-wayland/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/graphics/qt6-wayland/Makefile b/graphics/qt6-wayland/Makefile index a96319c2ec45..4a0d48ea0c4c 100644 --- a/graphics/qt6-wayland/Makefile +++ b/graphics/qt6-wayland/Makefile @@ -1,5 +1,6 @@ PORTNAME= wayland DISTVERSION= ${QT6_VERSION} +PORTREVISION= 1 CATEGORIES= graphics wayland PKGNAMEPREFIX= qt6- diff --git a/graphics/qt6-wayland/pkg-plist b/graphics/qt6-wayland/pkg-plist index 02eeb30489fe..cbf55d9c9cf6 100644 --- a/graphics/qt6-wayland/pkg-plist +++ b/graphics/qt6-wayland/pkg-plist @@ -97,6 +97,7 @@ %%QT_INCDIR%%/QtWaylandClient/qtwaylandclientexports.h %%QT_INCDIR%%/QtWaylandClient/qtwaylandclientglobal.h %%QT_INCDIR%%/QtWaylandClient/qtwaylandclientversion.h +%%QT_INCDIR%%/QtWaylandClient/qwaylandclientexport.h %%QT_INCDIR%%/QtWaylandClient/qwaylandclientextension.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qtwaylandcompositor-config_p.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qtwaylandcompositorglobal_p.h @@ -260,6 +261,7 @@ %%QT_INCDIR%%/QtWaylandCompositor/qwaylandcompositorextension.h %%QT_INCDIR%%/QtWaylandCompositor/qwaylanddestroylistener.h %%QT_INCDIR%%/QtWaylandCompositor/qwaylanddrag.h +%%QT_INCDIR%%/QtWaylandCompositor/qwaylandexport.h %%QT_INCDIR%%/QtWaylandCompositor/qwaylandidleinhibitv1.h %%QT_INCDIR%%/QtWaylandCompositor/qwaylandinputmethodcontrol.h %%QT_INCDIR%%/QtWaylandCompositor/qwaylandiviapplication.h |