dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Ilia Mirkin <imirkin@alum.mit.edu>
To: Eric Anholt <eric@anholt.net>
Cc: "dri-devel@lists.freedesktop.org" <dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH 3/3] vc4: Add headers and .pc files for VC4 userspace development.
Date: Mon, 25 Jan 2016 15:23:53 -0500	[thread overview]
Message-ID: <CAKb7Uvgj4ZowZZ0P83AAL8HfxbJ12_nOAHU2AGEx5EKrtooJ6A@mail.gmail.com> (raw)
In-Reply-To: <1453750077-7138-3-git-send-email-eric@anholt.net>

On Mon, Jan 25, 2016 at 2:27 PM, Eric Anholt <eric@anholt.net> wrote:
> The headers were originally written in Mesa, imported to the kernel,
> and improved upon in vc4-gpu-tools.  These come from the v-g-t copies
> and will replace the Mesa and v-g-t copies, and hopefully be used from
> new tests in igt, as well.
>
> Signed-off-by: Eric Anholt <eric@anholt.net>
> ---
> --- /dev/null
> +++ b/vc4/libdrm_vc4.pc.in
> @@ -0,0 +1,11 @@
> +prefix=@prefix@
> +exec_prefix=@exec_prefix@
> +libdir=@libdir@
> +includedir=@includedir@
> +
> +Name: libdrm_vc4
> +Description: Userspace interface to vc4 kernel DRM services
> +Version: @PACKAGE_VERSION@
> +Requires: libdrm
> +Libs: -L${libdir} -ldrm_intel

This probably wants to be -ldrm_vc4? Or nothing if there's no such lib yet?

> +Cflags: -I${includedir} -I${includedir}/libdrm
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2016-01-25 20:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-25 19:27 [PATCH 1/3] vc4: Add the DRM header file Eric Anholt
2016-01-25 19:27 ` [PATCH 2/3] util: Add support for vc4 Eric Anholt
2016-01-25 19:27 ` [PATCH 3/3] vc4: Add headers and .pc files for VC4 userspace development Eric Anholt
2016-01-25 20:23   ` Ilia Mirkin [this message]
2016-01-26 20:10     ` Eric Anholt
2016-01-27 11:45       ` Daniel Stone
2016-01-27 14:16         ` Emil Velikov
2016-01-27 14:24           ` Daniel Stone
2016-01-28  3:04             ` Eric Anholt
2016-01-28 11:15               ` Emil Velikov
2016-01-28  3:24             ` [PATCH 3/3 v3] " Eric Anholt
2016-01-28  3:25             ` [PATCH] " Eric Anholt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKb7Uvgj4ZowZZ0P83AAL8HfxbJ12_nOAHU2AGEx5EKrtooJ6A@mail.gmail.com \
    --to=imirkin@alum.mit.edu \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=eric@anholt.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).