diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2011-02-14 22:17:41 -0500 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-02-14 22:21:13 -0500 |
| commit | fcfb4e30a47a4cd2416dac210521594b489c8bfd (patch) | |
| tree | e940236740627c99898ad726246226977c9d7af8 /data/Makefile.am | |
| parent | compositor: Clip repaint to the damage region (diff) | |
| download | wayland-fcfb4e30a47a4cd2416dac210521594b489c8bfd.tar wayland-fcfb4e30a47a4cd2416dac210521594b489c8bfd.tar.gz wayland-fcfb4e30a47a4cd2416dac210521594b489c8bfd.tar.bz2 wayland-fcfb4e30a47a4cd2416dac210521594b489c8bfd.tar.lz wayland-fcfb4e30a47a4cd2416dac210521594b489c8bfd.tar.xz wayland-fcfb4e30a47a4cd2416dac210521594b489c8bfd.tar.zst wayland-fcfb4e30a47a4cd2416dac210521594b489c8bfd.zip | |
Split into a core repository that only holds the core Wayland libraries
Diffstat (limited to 'data/Makefile.am')
| -rw-r--r-- | data/Makefile.am | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/data/Makefile.am b/data/Makefile.am deleted file mode 100644 index fbafceb..0000000 --- a/data/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ -waylanddatadir = $(datadir)/wayland - -dist_waylanddata_DATA = \ - bottom_left_corner.png \ - bottom_right_corner.png \ - bottom_side.png \ - dnd-copy.png \ - dnd-link.png \ - dnd-move.png \ - grabbing.png \ - hand1.png \ - hand2.png \ - left_ptr.png \ - left_side.png \ - right_side.png \ - sb_h_double_arrow.png \ - sb_v_double_arrow.png \ - top_left_corner.png \ - top_right_corner.png \ - top_side.png \ - xterm.png \ - wayland.svg \ - $(wayland_icon_png) - -if HAVE_RSVG_CONVERT -wayland_icon_png = wayland.png - -wayland.png : $(top_srcdir)/data/wayland.svg - $(RSVG_CONVERT) -w 128 -h 128 $< -o $@ -endif |
