mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 10:08:08 +02:00
gfxstream: delete qemu_pipe target
It has no sources.. Reviewed-by: Marcin Radomski <dextero@google.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32148>
This commit is contained in:
parent
9a1654f5ce
commit
7c219ae7e0
2 changed files with 1 additions and 9 deletions
|
|
@ -17,7 +17,6 @@ libconnection_manager = static_library(
|
|||
include_directories: [inc_connection_manager, inc_guest_iostream,
|
||||
inc_guest_iostream, inc_goldfish_address_space,
|
||||
inc_platform_virtgpu, inc_src, inc_aemu],
|
||||
link_with: [lib_guest_iostream, lib_goldfish_address_space,
|
||||
libplatform_virtgpu],
|
||||
link_with: [lib_goldfish_address_space, libplatform_virtgpu],
|
||||
dependencies: dep_libdrm
|
||||
)
|
||||
|
|
|
|||
|
|
@ -2,10 +2,3 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
inc_guest_iostream = include_directories('include')
|
||||
|
||||
lib_guest_iostream = static_library(
|
||||
'qemu_pipe',
|
||||
[],
|
||||
cpp_args: [cpp_args],
|
||||
include_directories: [inc_guest_iostream]
|
||||
)
|
||||
Loading…
Add table
Reference in a new issue