diff options
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/touchscreen/0001-add-cursor-theme-xfce-invisible.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/touchscreen/0001-add-cursor-theme-xfce-invisible.patch b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/touchscreen/0001-add-cursor-theme-xfce-invisible.patch index 4d8e01d59f..5de14fc8e2 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/touchscreen/0001-add-cursor-theme-xfce-invisible.patch +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/touchscreen/0001-add-cursor-theme-xfce-invisible.patch | |||
| @@ -223,15 +223,15 @@ index 0000000..c9e5a9f | |||
| 223 | + | 223 | + |
| 224 | +install-data-local: | 224 | +install-data-local: |
| 225 | + $(mkinstalldirs) $(DESTDIR)@cursordir@; | 225 | + $(mkinstalldirs) $(DESTDIR)@cursordir@; |
| 226 | + $(INSTALL_DATA) index.theme $(DESTDIR)/@cursordir@/.. | 226 | + $(INSTALL_DATA) $(srcdir)/index.theme $(DESTDIR)/@cursordir@/.. |
| 227 | + $(INSTALL_DATA) invisible wait $(DESTDIR)@cursordir@/ | 227 | + $(INSTALL_DATA) $(srcdir)/invisible $(srcdir)/wait $(DESTDIR)@cursordir@/ |
| 228 | + for CURSOR in $(CURSOR_NAMES_INVISIBLE); do \ | 228 | + for CURSOR in $(CURSOR_NAMES_INVISIBLE); do \ |
| 229 | + echo '-- Installing invisible cursor '$$CURSOR; \ | 229 | + echo '-- Installing invisible cursor '$$CURSOR; \ |
| 230 | + ln -s invisible $(DESTDIR)@cursordir@/$$CURSOR; \ | 230 | + ln -s $(srcdir)/invisible $(DESTDIR)@cursordir@/$$CURSOR; \ |
| 231 | + done | 231 | + done |
| 232 | + for CURSOR in $(CURSOR_NAMES); do \ | 232 | + for CURSOR in $(CURSOR_NAMES); do \ |
| 233 | + echo '-- Installing visible cursor '$$CURSOR; \ | 233 | + echo '-- Installing visible cursor '$$CURSOR; \ |
| 234 | + ln -s wait $(DESTDIR)@cursordir@/$$CURSOR; \ | 234 | + ln -s $(srcdir)/wait $(DESTDIR)@cursordir@/$$CURSOR; \ |
| 235 | + done | 235 | + done |
| 236 | + | 236 | + |
| 237 | diff --git a/cursors/index.theme b/cursors/index.theme | 237 | diff --git a/cursors/index.theme b/cursors/index.theme |
