- 16 Sep, 2019 1 commit
-
-
Mike Wey authored
Make Makefile work better for distributions
-
- 15 Sep, 2019 2 commits
-
-
Matthias Klumpp authored
-
Matthias Klumpp authored
-
- 03 Aug, 2019 1 commit
-
-
Mike Wey authored
-
- 12 Jul, 2019 1 commit
-
-
Mike Wey authored
Actual fix for shared linking
-
- 11 Jul, 2019 2 commits
-
-
Greg V authored
- libgtkd references gmodule too: ld: error: /usr/local/lib/libgtkd-3.so: undefined reference to g_module_build_path - the -L flags may be required (e.g. for /usr/local/lib on FreeBSD), so use `--libs-only-l --libs-only-L` everywhere
-
Greg V authored
The problem is that LDC can inline code from GtkD to the program using it, creating direct dependencies to gtk/glib/gobject/etc symbols. So we need the program to actually link to these libraries.
-
- 10 Jul, 2019 1 commit
-
-
Mike Wey authored
Enable X11 on Posix; fill pkg-config Requires.private field
-
- 09 Jul, 2019 2 commits
- 16 Jun, 2019 1 commit
-
-
Mike Wey authored
This so they don't crach when run during a GC collection cycle.
-
- 10 Jun, 2019 1 commit
-
-
Mike Wey authored
Currently librsvg is missing from vcpkg, causing gtkd to fail because of a missing library. See Also: #270
-
- 07 Jun, 2019 2 commits
-
-
Mike Wey authored
-
Filipe Laíns authored
3742eda7 introduced a wrong behavior where the install commands for pkgconfig files were blindly ignoring $(prefix). This obviously breaks the build and introduces the possibility of the pkgconfig files not being installed to the system at all since $(libdir) is not suposed to have a leading /, that is $(prefix)'s job. All this resulted in a bad makefile being shipped in the 3.9.0 release. Signed-off-by:
Filipe Laíns <lains@archlinux.org>
-
- 02 Jun, 2019 1 commit
-
-
Mike Wey authored
-
- 31 May, 2019 2 commits
- 28 May, 2019 3 commits
- 08 May, 2019 2 commits
-
-
Mike Wey authored
Install pkgconfig into libdir instead of datadir
-
Olaf Hering authored
The installed libraries will be installed into libdir because they are architecture specific. Consequently, the pkgconfig files can not be architecture independent because they reference architecture specific files. The datadir variable becomes unused with this change, so remove it. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
- 07 May, 2019 3 commits
- 30 Apr, 2019 1 commit
-
-
Mike Wey authored
-
- 07 Apr, 2019 1 commit
-
-
Mike Wey authored
-
- 05 Apr, 2019 2 commits
- 04 Apr, 2019 1 commit
-
-
Mike Wey authored
-
- 03 Apr, 2019 1 commit
-
-
Mike Wey authored
-
- 02 Apr, 2019 1 commit
-
-
Mike Wey authored
-
- 27 Mar, 2019 1 commit
-
-
Mike Wey authored
Closes: #256
-
- 25 Mar, 2019 1 commit
-
-
Mike Wey authored
-
- 18 Mar, 2019 4 commits
- 17 Mar, 2019 2 commits