Skip to content

Commit 3441c8f

Browse files
committed
Move original DBrew back to root directory
/cc @weidendo
1 parent fe5a712 commit 3441c8f

File tree

212 files changed

+6
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+6
-14
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,27 @@ matrix:
1616
env:
1717
- COMPILERC=gcc-7
1818
- COMPILERCXX=g++-7
19-
- LLVM_CONFIG=llvm-config-8
2019
addons:
2120
apt:
2221
packages:
2322
- *default_pkgs
24-
- llvm-8-dev
2523
- gcc-7
2624
- g++-7
2725
- compiler: clang
2826
env:
2927
- COMPILERC=clang-8
3028
- COMPILERCXX=clang++-8
31-
- LLVM_CONFIG=llvm-config-8
3229
addons:
3330
apt:
3431
packages:
3532
- *default_pkgs
36-
- llvm-8-dev
3733
- clang-8
3834

3935
install:
4036
# The meson included in the Xenial repositories is too old (0.29).
4137
- pip3 install meson
4238
# Hack to work around different versions of LLVM being installed and meson
4339
# always choosing the newest one, regardless of our specifications.
44-
- ln -s /usr/bin/$LLVM_CONFIG $HOME/.local/bin/llvm-config
4540
- export CC=$COMPILERC
4641
- export CXX=$COMPILERCXX
4742

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

meson.build

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,10 @@ endif
2626

2727
add_project_arguments(['-Wno-unused-parameter'], language: 'cpp')
2828

29-
subdir('origin')
29+
subdir('src')
30+
dbrew = declare_dependency(include_directories: include_directories('include'),
31+
link_with: libdbrew)
32+
dbrew_priv = declare_dependency(include_directories: dbrew_includes,
33+
link_with: libdbrew)
3034

35+
install_headers('include/dbrew.h')

origin/meson.build

Lines changed: 0 additions & 8 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)