mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
--- libxsettings-client0-0.12/Makefile.old 2004-04-20 16:48:18.000000000 +1000
|
||||
+++ libxsettings-client0-0.12/Makefile 2004-04-20 16:58:07.000000000 +1000
|
||||
@@ -20,6 +20,9 @@
|
||||
CPPFLAGS += -DPACKAGE=\"$(PACKAGE)\" -DPREFIX=\"$(PREFIX)\" -DPACKAGE_LOCALE_DIR=\"$(PREFIX)/share/locale\"
|
||||
CPPFLAGS += -I../libxsettings
|
||||
|
||||
+CFLAGS += `pkg-config --cflags x11`
|
||||
+LDFLAGS += `pkg-config --ldflags x11`
|
||||
+
|
||||
XSETTINGS_OBJS = $(patsubst %,%.os,$(XSETTINGS_MEMBERS))
|
||||
DEPS = $(patsubst %,%.d,$(MEMBERS) $(XSETTINGS_MEMBERS))
|
||||
SOURCES = $(patsubst %,%.c,$(MEMBERS) $(XSETTINGS_MEMBERS))
|
||||
@@ -39,7 +42,7 @@
|
||||
ln -sf $^ $@
|
||||
|
||||
$(LIBXSETTINGS_SO): $(XSETTINGS_OBJS)
|
||||
- $(CC) -o $@ $^ -shared -Wl,-soname -Wl,$(LIBXSETTINGS_SO) -nostartfiles -L/usr/X11R6/lib -lX11 -L../libxsettings -lXsettings
|
||||
+ $(CC) -o $@ $^ -shared -Wl,-soname -Wl,$(LIBXSETTINGS_SO) -nostartfiles $(LDFLAGS) -L../libxsettings -lXsettings
|
||||
|
||||
install-program: $(LIBXSETTINGS_SO)
|
||||
install -d $(DESTDIR)$(PREFIX)/lib
|
||||
Reference in New Issue
Block a user