Skip to content

Commit

Permalink
remove all of the old code
Browse files Browse the repository at this point in the history
Parts of it may be copied back, if necessary.
  • Loading branch information
ammen99 committed Oct 14, 2019
1 parent c32580e commit 211a86c
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 1,250 deletions.
51 changes: 0 additions & 51 deletions example/example.cpp

This file was deleted.

7 changes: 0 additions & 7 deletions example/test.ini

This file was deleted.

64 changes: 0 additions & 64 deletions include/wayfire/animation.hpp

This file was deleted.

191 changes: 0 additions & 191 deletions include/wayfire/config.hpp

This file was deleted.

14 changes: 4 additions & 10 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(
license: 'MIT',
meson_version: '>=0.43.0',
default_options: [
'cpp_std=c++11',
'cpp_std=c++14',
'warning_level=2',
'werror=false',
],
Expand All @@ -14,13 +14,8 @@ project(
evdev = dependency('libevdev')
wlroots = dependency('wlroots', version: '>=0.8.0')

sources = [
'src/config.cpp',
'src/parse.cpp',
'src/animation.cpp'
]

wfconfig_inc = include_directories('include/wayfire')
sources = [ ]
wfconfig_inc = include_directories('include/wayfire/config')

lib_wfconfig = library('wf-config',
sources,
Expand All @@ -38,8 +33,7 @@ pkgconfig.generate(
name: meson.project_name(),
description: 'Dynamic file-based configuration library for Wayfire')

install_headers(['include/wayfire/config.hpp', 'include/wayfire/animation.hpp'],
subdir: 'wayfire')
install_headers([], subdir: 'wayfire/config')

wfconfig = declare_dependency(link_with: lib_wfconfig,
include_directories: wfconfig_inc)
Loading

0 comments on commit 211a86c

Please sign in to comment.