summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2010-09-02Don't install systemd scripts with --without-systemdsystemunitdirMichael Forney
Currently, the scripts get installed to /no/ if that option is specified. Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2010-08-19version bumpKay Sievers
2010-07-12version bumpKay Sievers
2010-07-07version bumpKay Sievers
2010-06-25make: pre-process and install systemd service files when neededKay Sievers
2010-06-24version bumpKay Sievers
2010-06-02version bumpKay Sievers
2010-06-02configure.ac: fix cross compilationPaul Bender
"Be aware that, like most Autoconf macros, they test a feature of the host machine, and therefore, they die when cross-compiling"
2010-05-25configure.ac: version bumpKay Sievers
2010-05-25configure.ac: version bumpKay Sievers
2010-05-12configure.ac: version bumpKay Sievers
2010-04-24configure.ac: move firmware-path setting out of extras sectionRobby Workman
2010-04-21configure.ac: version bumpKay Sievers
2010-04-21configure.ac: fix broken firmware search path in configure.acRobby Workman
Correct a silly typo: s/fimware/firmware/
2010-04-20configure.ac: version bumpKay Sievers
2010-04-20configure.ac: ddd --with-firmware-path optionYury G. Kudryashov
In NixOS we need to use non-standard firmware path: we have no /lib.
2010-04-15configure.ac - fix typo in --with-pci-ids-path optionYury G. Kudryashov
2010-03-11udev needs automake 1.10Adrian Bunk
extras/gudev/docs/Makefile.am:4: require Automake 1.10, but have 1.9.6 libudev/docs/Makefile.am:4: require Automake 1.10, but have 1.9.6 Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2010-02-18configure.ac: version bumpKay Sievers
2010-01-25keymap: linux/input.h - get absolute include path from gccKay Sievers
2010-01-13configure.ac: version bumpKay Sievers
2010-01-07gobject-introspection: use $datadir instead of $prefixKay Sievers
2009-12-15configure.ac: version bumpKay Sievers
2009-12-03configure.ac: version bumpKay Sievers
2009-11-16remove "ignore_device"Kay Sievers
There is no way to ignore an event these days. Libudev events can not be suppressed. It only prevents RUN keys from being executed, which results in an inconsistent behavior in current setups.
2009-11-10gudev: fix pkg-config call to work with "make distcheck"Kay Sievers
2009-08-14configure.ac: version bumpKay Sievers
2009-08-08Use LT_INIT to explicit that udev needs libtool series 2.Diego Elio 'Flameeyes' Pettenò
2009-08-07Finally, also merge gudev into the top-level Makefile.am.Diego Elio 'Flameeyes' Pettenò
The Introspection rules are not tested yet; more touch-ups have been made for them.
2009-08-07Merge keymap building in the top-level Makefile.am.Diego Elio 'Flameeyes' Pettenò
Slight adjustment around the tests and the rules for the new working directory.
2009-08-07Also merge into the top-level Makefile.am the simpler extras.Diego Elio 'Flameeyes' Pettenò
2009-08-07Merge libudev, udev, and the unconditional extras in a single Makefile.am.Diego Elio 'Flameeyes' Pettenò
Instead of using multiple recursive Makefile.am files, use a single Makefile.am that sets and builds all the basic suite of libraries and binaries for udev. This reduces the number of files in the source tree, and also reduces drastically the build time when using parallel-make. With this setup, all the compile steps will be executed in parallel, and just the linking stage will be (partially) serialised on the libraries creation.
2009-07-21configure.ac: version bumpKay Sievers
2009-07-08configure.ac: version bumpKay Sievers
2009-07-05build: add *exec* to the internal rootlibdir nameKay Sievers
Automake like variables with *exec* in the directory names, to decide, that it isn't *data*: http://www.gnu.org/software/hello/manual/automake/The-Two-Parts-of-Install.html#The-Two-Parts-of-Install
2009-06-22configure.ac: version bumpKay Sievers
2009-06-22configure.ac: version bumpKay Sievers
2009-06-20configure.ac: add AM_SILENT_RULESKay Sievers
2009-06-19docs: install writing_udev_rulesKay Sievers
2009-06-19udev.pc: addKay Sievers
2009-06-17configure.ac: print error if gperf is missingKay Sievers
2009-06-17extras/modem-modeswitch: move from udev-extrasDan Williams
2009-06-17keymap: move from udev-extrasMartin Pitt
2009-06-17cleanup ./configure installation directory optionsKay Sievers
2009-06-16configure: enable all extras by default, provide --disable-extrasKay Sievers
2009-06-16usb-db: move from udev-extrasLennart Poettering
2009-06-16gudev: fix typo in configure optionKay Sievers
2009-06-16hid2hci: move from udev-extrasMario Limonciello
2009-06-16v4l_id: move from udev-extrasKay Sievers
2009-06-16INSTALL: add --enable-extrasKay Sievers