qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/1] Ui 20180703 patches
@ 2018-07-03  9:18 Gerd Hoffmann
  2018-07-03  9:18 ` [Qemu-devel] [PULL 1/1] ui: do not build-depend or link with libdrm, it is not needed Gerd Hoffmann
  2018-07-03 19:59 ` [Qemu-devel] [PULL 0/1] Ui 20180703 patches Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2018-07-03  9:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

The following changes since commit ab08440a4ee09032d1a9cb22fdcab23bc7e1c656:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180702' into staging (2018-07-02 17:57:46 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/ui-20180703-pull-request

for you to fetch changes up to 4939a1df7d60b4a24458544557ae262852e28567:

  ui: do not build-depend or link with libdrm, it is not needed (2018-07-03 10:30:25 +0200)

----------------------------------------------------------------
ui: drop libdrm dependency.

----------------------------------------------------------------

Michael Tokarev (1):
  ui: do not build-depend or link with libdrm, it is not needed

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] [PULL 1/1] ui: do not build-depend or link with libdrm, it is not needed
  2018-07-03  9:18 [Qemu-devel] [PULL 0/1] Ui 20180703 patches Gerd Hoffmann
@ 2018-07-03  9:18 ` Gerd Hoffmann
  2018-07-03 19:59 ` [Qemu-devel] [PULL 0/1] Ui 20180703 patches Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2018-07-03  9:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Tokarev, Gerd Hoffmann

From: Michael Tokarev <mjt@tls.msk.ru>

Opengl support brings up libdrm. But actually nothing uses this library
or includes any of its headers. Just remove checking for it from configure.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20180630165448.30795-1-mjt@msgid.tls.msk.ru
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 65548df1fc..951ff022dd 100755
--- a/configure
+++ b/configure
@@ -3865,7 +3865,7 @@ libs_softmmu="$libs_softmmu $fdt_libs"
 # opengl probe (for sdl2, gtk, milkymist-tmu2)
 
 if test "$opengl" != "no" ; then
-  opengl_pkgs="epoxy libdrm gbm"
+  opengl_pkgs="epoxy gbm"
   if $pkg_config $opengl_pkgs; then
     opengl_cflags="$($pkg_config --cflags $opengl_pkgs)"
     opengl_libs="$($pkg_config --libs $opengl_pkgs)"
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PULL 0/1] Ui 20180703 patches
  2018-07-03  9:18 [Qemu-devel] [PULL 0/1] Ui 20180703 patches Gerd Hoffmann
  2018-07-03  9:18 ` [Qemu-devel] [PULL 1/1] ui: do not build-depend or link with libdrm, it is not needed Gerd Hoffmann
@ 2018-07-03 19:59 ` Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2018-07-03 19:59 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: QEMU Developers

On 3 July 2018 at 10:18, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit ab08440a4ee09032d1a9cb22fdcab23bc7e1c656:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180702' into staging (2018-07-02 17:57:46 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20180703-pull-request
>
> for you to fetch changes up to 4939a1df7d60b4a24458544557ae262852e28567:
>
>   ui: do not build-depend or link with libdrm, it is not needed (2018-07-03 10:30:25 +0200)
>
> ----------------------------------------------------------------
> ui: drop libdrm dependency.
>
> ----------------------------------------------------------------
>
> Michael Tokarev (1):
>   ui: do not build-depend or link with libdrm, it is not needed
>
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.

-- PMM

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-03 20:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-03  9:18 [Qemu-devel] [PULL 0/1] Ui 20180703 patches Gerd Hoffmann
2018-07-03  9:18 ` [Qemu-devel] [PULL 1/1] ui: do not build-depend or link with libdrm, it is not needed Gerd Hoffmann
2018-07-03 19:59 ` [Qemu-devel] [PULL 0/1] Ui 20180703 patches Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).