summaryrefslogtreecommitdiff
path: root/data/backgrounds/meson.build
blob: 8e53d6775d141551e39745c48f2a43b2b3d6b0a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
install_data([ 'Flat-Fan.edj',
               'Sunset-Hills.edj',

               'Flat-Stone-Pattern.edj',

               'Mountain.edj',
               'Sunset-Clouds.edj',
               'Red-Maple.edj',
               'Spruce-Needles.edj',
               'Lichen-Branches.edj',
               'Foggy-Trees.edj',
               'God-Rays.edj',
               'Sea-of-Lanterns.edj',
               'Yellow-Flower.edj',
               'Green-Maple.edj',
               'Peaks.edj',
               'White-Flower.edj',
               'Snow-Trees.edj',
               'Bamboo.edj'
             ],
             install_dir: join_paths(dir_data, 'enlightenment/data/backgrounds')
            )