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
4 changed files:
Changes:
| ... | ... | @@ -435,4 +435,16 @@ Description: free implementation of the OpenCL API -- ICD runtime |
| 435 | 435 | provides a standardized interface for computational analysis on graphical
|
| 436 | 436 | processing units.
|
| 437 | 437 | |
| 438 | +Package: mesa-drm-shim
|
|
| 439 | +Section: libs
|
|
| 440 | +Architecture: amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64
|
|
| 441 | +Pre-Depends: ${misc:Pre-Depends}
|
|
| 442 | +Depends:
|
|
| 443 | + ${shlibs:Depends},
|
|
| 444 | + ${misc:Depends},
|
|
| 445 | +Multi-Arch: same
|
|
| 446 | +Description: DRM shim libraries
|
|
| 447 | + This package provides drm-shim libraries which can be used for testing DRM drivers when
|
|
| 448 | + none exists on the host
|
|
| 449 | + |
|
| 438 | 450 | # vim: tw=0 |
| 1 | +usr/lib/*/lib*_drm_shim.so |
| 1 | +shlibs:Depends=libc6 (>= 2.27)
|
|
| 2 | +misc:Depends=
|
|
| 3 | +misc:Pre-Depends= |
| ... | ... | @@ -192,6 +192,7 @@ confflags += \ |
| 192 | 192 | -Dgallium-omx=disabled \
|
| 193 | 193 | -Db_ndebug=true \
|
| 194 | 194 | -Dbuild-tests=true \
|
| 195 | + -Dtools=drm-shim \
|
|
| 195 | 196 | $(confflags_DIRECT_RENDERING) \
|
| 196 | 197 | $(confflags_GBM) \
|
| 197 | 198 | $(confflags_DRI3) \
|