public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/libgdev/
Date: Thu, 15 Nov 2012 05:16:09 +0000 (UTC)	[thread overview]
Message-ID: <1352956556.968c0e9b011d97eb5dd2afff2ef2e1b8991d16da.alexxy@gentoo> (raw)

commit:     968c0e9b011d97eb5dd2afff2ef2e1b8991d16da
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 15 05:15:56 2012 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Nov 15 05:15:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=968c0e9b

Fix underlinking

Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>

---
 dev-libs/libgdev/libgdev-9999.ebuild |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dev-libs/libgdev/libgdev-9999.ebuild b/dev-libs/libgdev/libgdev-9999.ebuild
index d96fd37..7c047e6 100644
--- a/dev-libs/libgdev/libgdev-9999.ebuild
+++ b/dev-libs/libgdev/libgdev-9999.ebuild
@@ -42,7 +42,9 @@ src_configure() {
 
 src_compile() {
 	cd lib/build
-	emake EXTRA_CFLAGS="$(pkg-config --cflags-only-I libdrm)"
+	emake \
+		EXTRA_CFLAGS="$(pkg-config --cflags-only-I libdrm)" \
+		EXTRA_LIBS="$(pkg-config --libs libdrm_nouveau)"
 }
 
 src_install() {


             reply	other threads:[~2012-11-15  5:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-15  5:16 Alexey Shvetsov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-01-06 17:41 [gentoo-commits] proj/sci:master commit in: dev-libs/libgdev/ Justin Lecher

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=1352956556.968c0e9b011d97eb5dd2afff2ef2e1b8991d16da.alexxy@gentoo \
    --to=alexxy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /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