Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / 
mesa


Commits:
a1d0af6d by Joshua Watt at 2023-01-23T08:10:42-06:00
Add mesa-drm-shim package

Builds and packages the mesa DRM shim libraries. These libraries are
useful for providing dummy DRM implementations for testing purposes.

- - - - -


4 changed files:

- debian/control
- + debian/mesa-drm-shim.install
- + debian/mesa-drm-shim.substvars
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -435,4 +435,16 @@ Description: free implementation of the OpenCL API -- ICD 
runtime
  provides a standardized interface for computational analysis on graphical
  processing units.
 
+Package: mesa-drm-shim
+Section: libs
+Architecture: amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 
ppc64el s390x sparc64
+Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Multi-Arch: same
+Description: DRM shim libraries
+ This package provides drm-shim libraries which can be used for testing DRM 
drivers when
+ none exists on the host
+
 # vim: tw=0


=====================================
debian/mesa-drm-shim.install
=====================================
@@ -0,0 +1 @@
+usr/lib/*/lib*_drm_shim.so


=====================================
debian/mesa-drm-shim.substvars
=====================================
@@ -0,0 +1,3 @@
+shlibs:Depends=libc6 (>= 2.27)
+misc:Depends=
+misc:Pre-Depends=


=====================================
debian/rules
=====================================
@@ -192,6 +192,7 @@ confflags += \
        -Dgallium-omx=disabled \
        -Db_ndebug=true \
        -Dbuild-tests=true \
+       -Dtools=drm-shim \
        $(confflags_DIRECT_RENDERING) \
        $(confflags_GBM) \
        $(confflags_DRI3) \



View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/commit/a1d0af6d08022219526292d74649a5e2658b4c71

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/commit/a1d0af6d08022219526292d74649a5e2658b4c71
You're receiving this email because of your account on salsa.debian.org.


Reply via email to