diff options
| author | Po Lu | 2022-01-17 11:09:50 +0000 |
|---|---|---|
| committer | Po Lu | 2022-01-17 11:09:50 +0000 |
| commit | 412247c53f3708e96f7a16aaeee55a747a91d22d (patch) | |
| tree | 3707b2384263355d11cc7739b3d438e319fc9492 /src | |
| parent | 1cd6737a38723f482db73a8e4739176a0d524c57 (diff) | |
| download | emacs-412247c53f3708e96f7a16aaeee55a747a91d22d.tar.gz emacs-412247c53f3708e96f7a16aaeee55a747a91d22d.zip | |
Fix Emacs icon not appearing on Haiku
* lib-src/be_resources.cc (main): Scale input bitmap
appropriately before setting it as the mini and large icons.
* src/Makefile.in (Emacs): Add dependency on
`lib-src/be-resources'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 04fabd5f424..0b465b8cd6f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -616,7 +616,7 @@ endif | |||
| 616 | ## icon set. | 616 | ## icon set. |
| 617 | 617 | ||
| 618 | ifeq ($(HAVE_BE_APP),yes) | 618 | ifeq ($(HAVE_BE_APP),yes) |
| 619 | Emacs: emacs$(EXEEXT) | 619 | Emacs: emacs$(EXEEXT) $(libsrc)/be-resources |
| 620 | $(AM_V_GEN) cp -f emacs$(EXEEXT) $@ | 620 | $(AM_V_GEN) cp -f emacs$(EXEEXT) $@ |
| 621 | $(AM_V_at) $(libsrc)/be-resources \ | 621 | $(AM_V_at) $(libsrc)/be-resources \ |
| 622 | $(etc)/images/icons/hicolor/32x32/apps/emacs.png $@ | 622 | $(etc)/images/icons/hicolor/32x32/apps/emacs.png $@ |