summaryrefslogtreecommitdiff
path: root/usbredirserver/Makefile.am
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-09-25 12:41:59 +0200
committerHans de Goede <hdegoede@redhat.com>2012-09-25 12:58:17 +0200
commitdca68e5664b3dc4f7e91b5df4b8656b5e8386b6e (patch)
treedfb90ef1444bfcee639c773448aefc48d88df5f1 /usbredirserver/Makefile.am
parenta7ca5b2569106561e6846bd1699ba5397dc13f68 (diff)
Rename libusbredirparser.pc to libusbredirparser-0.5.pcusbredir-0.5.2
The usbredir 0.5 release introduced the new API for 64 bit packet ids, but it kept the libusbredirparser.pc name as is, meaning that older versions of qemu will still have their pkg-config check for usbredirparser fulfilled, and build with the usb-redir device. Due to the API change there will be some compiler warnings, but the build will succeed, however the usb-redir device will be broken on 32 bit machines. To solve this, this patch renames the libusbredirparser.pc file to libusbredirparser-0.5.pc, so that it will no longer fulfill the pkg-config check of the qemu-1.2 and older releases, stopping the (silent) breakage. A patch has been send to qemu-devel to adjusts qemu master's configure. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'usbredirserver/Makefile.am')
0 files changed, 0 insertions, 0 deletions
'i915-mst-hacks'>i915-mst-hacks Official DRM kernel treeairlied
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2022-08-03 14:47:45 +1000
committerDave Airlie <airlied@redhat.com>2022-08-03 14:47:45 +1000
commit6b04234d4be4abced82bc817ac0c0a6af2820ab4 (patch)
treeac79ffefc26d8a01d28601436acc1583166d31d8
parent9ccc631a19b89f5a945e0aa113b76f1072a6150e (diff)
parent5493ee1919eae4f49d62276cf5986b7f7c7aa8f6 (diff)
Merge branch 'drm-next' of git://anongit.freedesktop.org/git/drm/drmdrm-5.20-merged
Diffstat
-rw-r--r--drivers/gpu/drm/amd/amdgpu/Makefile3
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h2
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c8
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h7
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c9
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c51
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c4
-rw-r--r--