From: andersen at uclibc.org <andersen@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/cairo
Date: Wed, 10 Jan 2007 23:36:01 -0800 (PST) [thread overview]
Message-ID: <20070111073601.0A4A64857F@busybox.net> (raw)
Author: andersen
Date: 2007-01-10 23:35:59 -0800 (Wed, 10 Jan 2007)
New Revision: 17244
Log:
fix build deps
Modified:
trunk/buildroot/package/cairo/cairo.mk
Changeset:
Modified: trunk/buildroot/package/cairo/cairo.mk
===================================================================
--- trunk/buildroot/package/cairo/cairo.mk 2007-01-11 07:27:37 UTC (rev 17243)
+++ trunk/buildroot/package/cairo/cairo.mk 2007-01-11 07:35:59 UTC (rev 17244)
@@ -8,7 +8,7 @@
CAIRO_SITE:=http://cairographics.org/releases
CAIRO_CAT:=$(ZCAT)
CAIRO_DIR:=$(BUILD_DIR)/cairo-$(CAIRO_VERSION)
-CAIRO_BINARY:=libcairo-1.0.a
+CAIRO_BINARY:=libcairo.a
ifeq ($(BR2_ENDIAN),"BIG")
CAIRO_BE:=yes
@@ -119,11 +119,11 @@
);
touch $(CAIRO_DIR)/.configured
-$(CAIRO_DIR)/cairo/.libs/$(CAIRO_BINARY): $(CAIRO_DIR)/.configured
+$(CAIRO_DIR)/src/.libs/$(CAIRO_BINARY): $(CAIRO_DIR)/.configured
$(MAKE) CC=$(TARGET_CC) -C $(CAIRO_DIR)
- touch -c $(CAIRO_DIR)/cairo/.libs/$(CAIRO_BINARY)
+ touch -c $(CAIRO_DIR)/src/.libs/$(CAIRO_BINARY)
-$(STAGING_DIR)/lib/$(CAIRO_BINARY): $(CAIRO_DIR)/cairo/.libs/$(CAIRO_BINARY)
+$(STAGING_DIR)/lib/$(CAIRO_BINARY): $(CAIRO_DIR)/src/.libs/$(CAIRO_BINARY)
$(MAKE) prefix=$(STAGING_DIR) \
exec_prefix=$(STAGING_DIR) \
bindir=$(STAGING_DIR)/bin \
@@ -139,6 +139,7 @@
infodir=$(STAGING_DIR)/info \
mandir=$(STAGING_DIR)/man \
-C $(CAIRO_DIR) install;
+ touch -c $(STAGING_DIR)/lib/$(CAIRO_BINARY)
$(TARGET_DIR)/lib/libcairo.so.2.9.3: $(STAGING_DIR)/lib/$(CAIRO_BINARY)
cp -a $(STAGING_DIR)/lib/libcairo.so $(TARGET_DIR)/lib/
@@ -146,7 +147,7 @@
$(STRIP) --strip-unneeded $(TARGET_DIR)/lib/libcairo.so.2.*
touch -c $(TARGET_DIR)/lib/libcairo.so.2.9.3
-cairo: uclibc gettext libintl pkgconfig libglib2 xorg cairo $(TARGET_DIR)/lib/libcairo.so.2.9.3
+cairo: uclibc gettext libintl pkgconfig libglib2 xorg $(TARGET_DIR)/lib/libcairo.so.2.9.3
cairo-clean:
rm -f $(TARGET_DIR)/lib/$(CAIRO_BINARY)
next reply other threads:[~2007-01-11 7:36 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-11 7:36 andersen at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-01-11 8:45 [Buildroot] svn commit: trunk/buildroot/package/cairo andersen at uclibc.org
2007-01-17 13:46 jacmet at uclibc.org
2007-01-18 18:40 ` Erik Andersen
2007-01-17 13:49 jacmet at uclibc.org
2008-07-05 15:14 correa at uclibc.org
2008-10-22 15:01 laird at uclibc.org
2009-01-12 15:22 thomasez at uclibc.org
2009-01-14 12:26 thomasez at uclibc.org
2009-01-14 13:36 thomasez at uclibc.org
2009-01-14 14:24 ` Daniel Laird
2009-01-14 14:50 ` Sven Neumann
2009-01-17 9:55 ` Thomas Lundquist
2009-01-17 16:27 ` Peter Korsgaard
2009-01-17 20:03 ` Thomas Lundquist
2009-01-17 21:41 ` danieljlaird at hotmail.com
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=20070111073601.0A4A64857F@busybox.net \
--to=andersen@uclibc.org \
--cc=buildroot@busybox.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