]> git.pld-linux.org Git - packages/plymouth.git/blob - plymouth-link.patch
- point meson as /sbin and /bin to make it embed correct paths in systemd units,...
[packages/plymouth.git] / plymouth-link.patch
1 --- plymouth-0.9.5/src/libply-splash-graphics/Makefile.am.orig  2020-06-15 16:16:47.000000000 +0200
2 +++ plymouth-0.9.5/src/libply-splash-graphics/Makefile.am       2020-07-20 22:30:24.853900043 +0200
3 @@ -26,7 +26,7 @@
4                                     -DPLYMOUTH_BACKGROUND_END_COLOR=$(background_end_color) \
5                                     -DPLYMOUTH_BACKGROUND_START_COLOR=$(background_start_color) \
6                                     -DPLYMOUTH_PLUGIN_PATH=\"$(PLYMOUTH_PLUGIN_PATH)\"
7 -libply_splash_graphics_la_LIBADD = $(PLYMOUTH_LIBS) $(IMAGE_LIBS) ../libply/libply.la ../libply-splash-core/libply-splash-core.la
8 +libply_splash_graphics_la_LIBADD = ../libply/libply.la ../libply-splash-core/libply-splash-core.la $(PLYMOUTH_LIBS) $(IMAGE_LIBS)
9  libply_splash_graphics_la_LDFLAGS = -export-symbols-regex '^[^_].*' \
10                                      -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
11                                      -no-undefined
This page took 0.132366 seconds and 3 git commands to generate.