Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | metacity: fix build, bump version | Peter Korsgaard | 2011-02-23 | 1 | -4/+5 |
| | | | | | | | | | Metacity no longer built after libgtk2 was updated, so fix it by bumping the version. We unfortunately cannot move to the latest version, as these have extra dependencies we don't have in BR yet (libcanberra-gtk + gnome-doc-utils). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | metacity: use new style hook | Thomas Petazzoni | 2010-09-12 | 1 | -4/+6 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -1/+1 |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | xorg: remove the XSERVER variable | Thomas Petazzoni | 2009-07-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | The XSERVER variable used to be defined by package/Makefile.in because the X server package name was different depending on the type of X server that was choosen. Nowadays, the name of the package is always xserver_xorg-server, so there's no point in having this XSERVER intermediate variable. This patch makes all packages use xserver_xorg-server directly as a dependency, and removes the XSERVER variable from package/Makefile.in. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | metacity: bump version and convert to Makefile.autotools.in format | Peter Korsgaard | 2009-05-06 | 1 | -142/+14 |
| | | | | | | Closes #167. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | libglib2: build host version for build-time binaries | Peter Korsgaard | 2009-03-16 | 1 | -1/+0 |
| | | | | | Build host version of glib in HOST_DIR and use the build-time binaries from there instead of relying on what is installed on the host. | ||||
* | metacity: fix target install with tinyx | Peter Korsgaard | 2009-03-14 | 1 | -1/+1 |
| | |||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -2/+2 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | package: remove redundant pkg-config variables | Peter Korsgaard | 2008-10-26 | 1 | -1/+0 |
| | | | | | | | Also remove some redundant or predefined configure/make args in these packages. Patch by Markus Heidelberg. | ||||
* | Use HOST_GLIB for packages | Ulf Samuelsson | 2008-07-05 | 1 | -1/+1 |
| | |||||
* | fixed metacity makefile | John Voltz | 2008-03-06 | 1 | -1/+1 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -4/+4 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -3/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - the $(XSERVER) target can be provided by different X server impls. Adjust ↵ | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -1/+1 |
| | | | | | | users - rdesktop needs an xserver impl | ||||
* | Use stable version 2.16.3, as 2.17.x misplaces topbar icons and whatnot. | Eric Andersen | 2007-01-25 | 1 | -5/+19 |
| | | | | download and install the Clearlooks theme | ||||
* | Add a somewhat basic window manager | Eric Andersen | 2007-01-15 | 1 | -0/+142 |