mbox

[PULL,0/1] Ui 20180703 patches

Message ID 20180703091847.7057-1-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann July 3, 2018, 9:18 a.m. UTC
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(-)

Comments

Peter Maydell July 3, 2018, 7:59 p.m. UTC | #1
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