diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 20:26:23 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 20:26:23 +0100 |
commit | 4df2520fec924babeb9896bb35bc8cd13331692a (patch) | |
tree | 7beec089a0feeff863db32eb111ad34a4cbc6997 | |
parent | 04a52e712bc3814693696584ddec003519dba4ef (diff) |
sysutils/libdrm: reorder Makefile
-rw-r--r-- | sysutils/libdrm/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/sysutils/libdrm/Makefile b/sysutils/libdrm/Makefile index 0569e1e..9ed3824 100644 --- a/sysutils/libdrm/Makefile +++ b/sysutils/libdrm/Makefile @@ -3,8 +3,6 @@ ONLY_FOR_ARCHS = amd64 i386 sparc64 COMMENT = Direct Rendering Manager library and headers DISTNAME = libdrm-2.4.123 -EXTRACT_SUFX = .tar.xz - SHARED_LIBS = drm 7.13 drm_radeon 4.0 drm_intel 5.4 \ drm_amdgpu 1.14 @@ -12,28 +10,30 @@ CATEGORIES = sysutils HOMEPAGE = https://gitlab.freedesktop.org/mesa/drm -MAINTAINER = xenocara@openbsd.org +MAINTAINER = xenocara@openbsd.org # MIT -PERMIT_PACKAGE = Yes +PERMIT_PACKAGE = Yes + +WANTLIB = pciaccess -MODULES = devel/meson xenocara +SITES = https://dri.freedesktop.org/libdrm/ -WANTLIB = pciaccess +EXTRACT_SUFX = .tar.xz -SITES = https://dri.freedesktop.org/libdrm/ +MODULES = devel/meson xenocara -BUILD_DEPENDS = textproc/py-docutils +BUILD_DEPENDS = textproc/py-docutils -LIB_DEPENDS = sysutils/libpciaccess +LIB_DEPENDS = sysutils/libpciaccess -CONFIGURE_ARGS = -Detnaviv=disabled \ - -Dfreedreno=disabled \ - -Dnouveau=disabled \ - -Dvalgrind=disabled \ - -Dcairo-tests=disabled \ - -Dtests=false +SEPARATE_BUILD = Yes -SEPARATE_BUILD = Yes +CONFIGURE_ARGS = -Detnaviv=disabled \ + -Dfreedreno=disabled \ + -Dnouveau=disabled \ + -Dvalgrind=disabled \ + -Dcairo-tests=disabled \ + -Dtests=false .include <bsd.port.mk> |